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) { @media (max-width: 800px) {
body { body {
overflow-y: initial; overflow-y: initial;
} }
#mnml { #mnml {
@ -138,7 +137,7 @@
} }
// portrait menu // portrait menu or small size vertical in landscape
@media (max-width: 600px) { @media (max-width: 600px) {
#mnml { #mnml {
grid-template-columns: 1fr; grid-template-columns: 1fr;
@ -206,6 +205,14 @@
} }
} }
.stats {
font-size: 6pt;
}
.skill-description {
font-size: 6pt;
}
section { section {
.list { .list {
grid-template-columns: 1fr; grid-template-columns: 1fr;