Переглянути джерело

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