Updated style.css to have the wide max width
Updated style.css to have the wide max width
This commit is contained in:
parent
290b11952b
commit
7a2ed8887f
6
resources/css/style.css
vendored
6
resources/css/style.css
vendored
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user