5 lines
103 B
CSS
5 lines
103 B
CSS
@media (min-width: 992px) {
|
|
.modal-lg, .modal-xl {
|
|
max-width: min(90vw) !important;
|
|
}
|
|
} |