fix game phase for small phones

This commit is contained in:
Mashy 2019-11-22 15:19:22 +10:00
parent af803efe4f
commit b5ab43a18a

View File

@ -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;