From bb9f8a87b3bc229b15217cbbd674e44167dca49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sat, 4 Jun 2016 00:37:37 +0800 Subject: [PATCH] background should cover the screen --- botanjs/src/Astro/Blog/Layout/MainFrame.css | 1 + 1 file changed, 1 insertion(+) diff --git a/botanjs/src/Astro/Blog/Layout/MainFrame.css b/botanjs/src/Astro/Blog/Layout/MainFrame.css index 9f001376..3b0fecb3 100644 --- a/botanjs/src/Astro/Blog/Layout/MainFrame.css +++ b/botanjs/src/Astro/Blog/Layout/MainFrame.css @@ -53,4 +53,5 @@ div#header, div#mbody, div#contact, div#horizon { background-position: 50% 0%; background-repeat: no-repeat; background-attachment: fixed; + background-size: cover; }