ソースを参照

[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 %}