mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Mobile view modal size
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user