faceoff text for start, win, lose

This commit is contained in:
Mashy
2019-10-22 13:15:57 +10:00
parent c05ad8637f
commit c522180366
3 changed files with 45 additions and 6 deletions
+9 -1
View File
@@ -413,9 +413,10 @@
text-align: center;
overflow: hidden;
display: grid;
grid-template-rows: 1fr 1.5fr;
grid-template-rows: 1fr 0.25fr 1.5fr;
grid-template-areas:
"opponent"
"text"
"player";
h1 {
@@ -445,6 +446,13 @@
}
}
.faceoff-text {
grid-area: text;
text-align: center;
align-self: center;
height: auto;
}
/* Mobile Nav*/
.instance-nav { display: none; }