mobile fixes

This commit is contained in:
ntr 2020-01-10 12:50:24 +10:00
parent e66dae8b60
commit b3b5716b21

View File

@ -48,6 +48,10 @@
} }
.team {
grid-gap: 1em;
}
.team, #targeting, .resolving-skill { .team, #targeting, .resolving-skill {
width: calc(90% - 3em); width: calc(90% - 3em);
} }
@ -92,7 +96,7 @@
} }
.player { .player {
width: calc(90%); width: calc(90% - 1.5em);
.game-construct { .game-construct {
grid-template-areas: grid-template-areas:
"left" "left"
@ -110,11 +114,11 @@
} }
.resolving-skill { .resolving-skill {
width: calc(90%); width: calc(90% - 1.5em);
} }
.opponent { .opponent {
width: calc(90%); width: calc(90% - 1.5em);
.game-construct { .game-construct {
grid-template-rows: 2fr min-content; grid-template-rows: 2fr min-content;
grid-template-rows: 1fr; grid-template-rows: 1fr;
@ -160,9 +164,9 @@
} }
aside { aside {
font-size: 75%;
button { button {
margin-bottom: 0.5em; margin-bottom: 0.5em;
z-index: 50;
} }
} }
} }