diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 0fcd2e99a..1df40dbc3 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -35,10 +35,10 @@ body { } #main { - background-color: white; + background-color: white !important; } #main .main_content { - max-width: unset; + max-width: unset !important; } /* nav */ diff --git a/resources/sass/frontend_simple/aai.scss b/resources/sass/frontend_simple/aai.scss index 9001a2cd3..a0062024f 100644 --- a/resources/sass/frontend_simple/aai.scss +++ b/resources/sass/frontend_simple/aai.scss @@ -44,10 +44,10 @@ body { #main { - background-color: white; + background-color: white !important; .main_content { - max-width: unset; + max-width: unset !important; } }