Fixed modal width
This commit is contained in:
parent
dcd5c591f0
commit
f7a30d41ee
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user