Explorar o código

[B] Fix background image not filling viewport

Josh Buchea %!s(int64=10) %!d(string=hai) anos
pai
achega
df2f2f5f13
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 %}