From c0c0478472a4744de43f77b260b846a37ea6b0f2 Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 7 Aug 2016 11:29:45 +0800 Subject: [PATCH] fix background size --- assets/src/sass/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/src/sass/index.scss b/assets/src/sass/index.scss index e1251eb7..d59ffe22 100644 --- a/assets/src/sass/index.scss +++ b/assets/src/sass/index.scss @@ -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;