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;
max-width: 1000px;
position: relative;
width: 100%;
@include media-breakpoint-up(sm) {
width: 80%;
&:not([class*='col-']) {
width: 100%;
@include media-breakpoint-up(sm) {
width: 80%;
}
}
.close {