calc bottom

This commit is contained in:
ntr 2019-10-08 13:20:44 +11:00
parent 38bd94875d
commit a259016a0d

View File

@ -400,8 +400,8 @@
} }
.player { .player {
bottom: 9%; bottom: 3em;
height: 40%; height: calc(50% - 3em);
} }
.opponent { .opponent {