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