diff --git a/src/static/css/navbar.css b/src/static/css/navbar.css index c6c8443..5fc1493 100644 --- a/src/static/css/navbar.css +++ b/src/static/css/navbar.css @@ -140,11 +140,6 @@ @media only screen and (max-width: 576px) { - html, body { - max-width: 100%; - overflow-x: hidden; - } - div.container-fluid.top-nav{ padding-left: 0px !important; } diff --git a/src/static/css/style.css b/src/static/css/style.css index a4d50f6..d63ac4d 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -1,8 +1,9 @@ /* General/Utilities */ -body{ +html,body{ background-color: #1a1a1a; max-width: 1920px; + overflow-x: hidden; /* background-image: url("/Images/xl-grid-quarter-opacity.svg"); background-size: contain;*/