Fixed modal width

This commit is contained in:
kvakazyambra 2023-10-11 00:01:25 +03:00
parent dcd5c591f0
commit f7a30d41ee

View File

@ -17,10 +17,13 @@
background: #fff; background: #fff;
max-width: 1000px; max-width: 1000px;
position: relative; position: relative;
width: 100%;
@include media-breakpoint-up(sm) { &:not([class*='col-']) {
width: 80%; width: 100%;
@include media-breakpoint-up(sm) {
width: 80%;
}
} }
.close { .close {