Centrify score in match page

This commit is contained in:
Kalle 2022-02-23 17:15:24 +02:00
parent 1f4c3d0d97
commit 986de6b76c

View File

@ -91,10 +91,12 @@
}
.play-match__score {
display: grid;
border-radius: var(--rounded);
font-size: var(--fonts-lg);
font-weight: var(--bold);
grid-column: 1 / 3;
place-items: center;
}
.play-match__score.winner {