diff --git a/src/scss/app.scss b/src/scss/app.scss index ea507f4..8c7746e 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -1,4 +1,4 @@ -html, body { +html, body { background: #121212; color: #f5f5f5; font-family: sans-serif; @@ -58,7 +58,7 @@ hr.page-separator { @media (min-width: 992px) { .container { - max-width: 600px !important; + max-width: 700px !important; } }