From d239b36df1f099e20e09313a6c283dca8df0fa14 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 10 Dec 2024 01:26:12 -0500 Subject: [PATCH] Adjust body padding --- src/styles/index.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index f61cbbe..ca0d2c9 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -56,6 +56,7 @@ body { margin: auto; max-width: 1200px; + padding: 0px 24px !important; font-family: OpenSans; color: white; background: black; @@ -64,9 +65,6 @@ body { mobilebar { display: none; } - @media screen and (max-width: 800px) { - padding: 0px 24px; - } @media screen and (max-width: 800px) { header, .sidebar { display: none;