diff --git a/source/src/styles/index.scss b/source/src/styles/index.scss index eb0db95..0a31514 100644 --- a/source/src/styles/index.scss +++ b/source/src/styles/index.scss @@ -1,8 +1,12 @@ +html, body { + height: 100%; +} + body { + background: #e5e5e5; margin: auto; max-width: 1200px; font-family: arial; - background: #e5e5e5; padding: 0px 12px; .disabled-items { opacity: 0.3;