mobile fixes
This commit is contained in:
parent
e66dae8b60
commit
b3b5716b21
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user