faceoff text alignment

This commit is contained in:
ntr
2019-11-09 10:53:57 +11:00
parent cc79d4528b
commit e544ed2168
2 changed files with 5 additions and 2 deletions
+5 -1
View File
@@ -379,11 +379,15 @@
.faceoff-text {
grid-area: text;
font-size: 200%;
text-transform: uppercase;
letter-spacing: 1em;
font-weight: bold;
display: flex;
flex-flow: column;
justify-content: center;
color: @black;
animation: faceoff 4s ease-in-out 0s 2 alternate;