Updated style.css to have the wide max width

Updated style.css to have the wide max width
This commit is contained in:
cp6 2022-11-13 15:45:18 +11:00
parent 290b11952b
commit 7a2ed8887f

View File

@ -20,3 +20,9 @@ Custom styles go in here
.modal {
display: contents !important;
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1520px;
}
}