Browse Source

[B] Fix background image not filling viewport

Josh Buchea 10 năm trước cách đây
mục cha
commit
df2f2f5f13
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 %}