AAI popravki

This commit is contained in:
Nejc Kovač 2022-07-22 11:11:45 +02:00
parent 7205e9de93
commit 5a5df940b0
2 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@ body {
}
#main {
background-color: white;
background-color: white !important;
}
#main .main_content {
max-width: unset;
max-width: unset !important;
}
/* nav */

View File

@ -44,10 +44,10 @@ body {
#main {
background-color: white;
background-color: white !important;
.main_content {
max-width: unset;
max-width: unset !important;
}
}