Mobile view modal size

This commit is contained in:
mrfry 2021-05-21 09:31:52 +02:00
parent 4cc5dbbcf6
commit 0fcdcbc812

View file

@ -10,7 +10,6 @@
.modalContent { .modalContent {
display: flex; display: flex;
max-height: 80%; max-height: 80%;
width: 70%; width: 70%;
position: fixed; position: fixed;
@ -27,6 +26,12 @@
cursor: default; cursor: default;
} }
@media screen and (max-width: 700px) {
.modalContent {
width: 90%;
}
}
.close { .close {
cursor: pointer; cursor: pointer;
font-size: 16.5px; font-size: 16.5px;