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;