breakpoint-changes for modals
This commit is contained in:
parent
f8bb1e7eae
commit
7b61ea56f9
@ -28,12 +28,12 @@
|
||||
min-width: 80vw;
|
||||
}
|
||||
}
|
||||
@media (max-width: 666px) {
|
||||
@media (max-width: 768px) {
|
||||
.modal {
|
||||
min-width: 90vw;
|
||||
}
|
||||
}
|
||||
@media (max-width: 444px) {
|
||||
@media (max-width: 425px) {
|
||||
.modal {
|
||||
min-width: calc(100vw - 20px);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user