diff --git a/assets/styles/web.sass b/assets/styles/web.sass index f641020..fe18f81 100644 --- a/assets/styles/web.sass +++ b/assets/styles/web.sass @@ -19,11 +19,10 @@ $background: $white-ter $primary: $purple -html - height: 100% - -body - height: 100% +html, body + min-height: 100vh + height: auto + margin: 0 html.light background: $background