my-idlers/resources/css/style.css
cp6 7a2ed8887f Updated style.css to have the wide max width
Updated style.css to have the wide max width
2022-11-13 15:45:18 +11:00

29 lines
465 B
CSS
Vendored

/*
Custom styles go in here
*/
.modal-mask {
position: fixed;
z-index: 9998;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5);
transition: opacity .3s ease;
}
.modal-body {
margin: 10px 0;
}
.modal {
display: contents !important;
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1520px;
}
}