faceoff even sizes

This commit is contained in:
ntr
2019-11-09 11:48:46 +11:00
parent 99c1efc201
commit 3f21c00a3e
+1 -1
View File
@@ -349,7 +349,7 @@
text-align: center;
overflow: hidden;
display: grid;
grid-template-rows: 1fr 0.5fr 1.5fr;
grid-template-rows: 1fr 0.5fr 1fr;
grid-template-areas:
"opponent"
"text"