commit bb9f8a87b3bc229b15217cbbd674e44167dca49a
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-06-03T16:37:37Z |
| subject | background should cover the screen |
commit bb9f8a87b3bc229b15217cbbd674e44167dca49a
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-06-03T16:37:37Z
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 9f00137..3b0fecb 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;
}