From c62a939f2e9be5b24191f4bb72f604039b750cc2 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 8 Aug 2023 01:19:54 +0100 Subject: [PATCH] style: max-width:700px for .container --- src/scss/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }