mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
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
1 changed files with 6 additions and 0 deletions
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…
Add table
Reference in a new issue