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 {
bottom: 9%;
height: 40%;
bottom: 3em;
height: calc(50% - 3em);
}
.opponent {