good shit

This commit is contained in:
ntr
2019-10-08 15:51:05 +11:00
parent 7437111cac
commit cf05487c6d
3 changed files with 12 additions and 6 deletions
+6
View File
@@ -400,16 +400,22 @@
}
.player {
width: calc(100% - 1em);
bottom: 3em;
height: calc(50% - 3em);
}
.opponent {
width: calc(100% - 1em);
.game-construct {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: min-content 1fr;
}
}
#targeting, .resolving-skill {
width: calc(100% - 1em);
}
}
}