fix game phase for small phones
This commit is contained in:
parent
af803efe4f
commit
b5ab43a18a
@ -1,7 +1,6 @@
|
||||
@media (max-width: 800px) {
|
||||
body {
|
||||
overflow-y: initial;
|
||||
|
||||
}
|
||||
|
||||
#mnml {
|
||||
@ -138,7 +137,7 @@
|
||||
}
|
||||
|
||||
|
||||
// portrait menu
|
||||
// portrait menu or small size vertical in landscape
|
||||
@media (max-width: 600px) {
|
||||
#mnml {
|
||||
grid-template-columns: 1fr;
|
||||
@ -206,6 +205,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.stats {
|
||||
font-size: 6pt;
|
||||
}
|
||||
|
||||
.skill-description {
|
||||
font-size: 6pt;
|
||||
}
|
||||
|
||||
section {
|
||||
.list {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user