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:
parent
4cc5dbbcf6
commit
0fcdcbc812
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue