fix background size
This commit is contained in:
parent
09d0be1414
commit
c0c0478472
|
|
@ -2,7 +2,7 @@
|
|||
* @Author: printempw
|
||||
* @Date: 2016-06-04 20:54:53
|
||||
* @Last Modified by: printempw
|
||||
* @Last Modified time: 2016-08-06 21:49:42
|
||||
* @Last Modified time: 2016-08-07 11:26:30
|
||||
*/
|
||||
|
||||
@import "style.scss";
|
||||
|
|
@ -14,7 +14,7 @@ body {
|
|||
.layout-top-nav > .wrapper {
|
||||
background-color: #eaeaea;
|
||||
// background image settings
|
||||
background-size: 100% auto;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user