targetting arrow fr size change

This commit is contained in:
Mashy
2019-10-03 15:44:05 +10:00
parent 0f1ae4d17a
commit c8dddcc094
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
.game {
overflow: hidden;
display: grid;
grid-template-rows: 1fr 0.5fr 1.5fr;
grid-template-rows: 1fr 0.75fr 1.5fr;
grid-template-columns: 1fr;
grid-template-areas:
"opponent"