fix background size

This commit is contained in:
printempw 2016-08-07 11:29:45 +08:00
parent 09d0be1414
commit c0c0478472

View File

@ -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;