소스 검색

[B] Fix background image not filling viewport

Josh Buchea 10 년 전
부모
커밋
df2f2f5f13
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      themes/default/styles.scss

+ 3 - 0
themes/default/styles.scss

@@ -7,9 +7,12 @@
 // BASE
 //
 
+html,
 body {
   min-height: 100%;
+}
 
+body {
   {% if site.background_color %}
   background-color: {{ site.background_color }};
   {% endif %}