hotfix: define font size for more consistent look

This commit is contained in:
2024-02-21 01:00:03 -05:00
parent 1cd6c7314b
commit d285314a28

View File

@@ -10,6 +10,7 @@ h1 {
margin-top: 15px; margin-top: 15px;
margin-bottom: 25px; margin-bottom: 25px;
color: #f2f2f2; color: #f2f2f2;
font-size: 2em;
} }
.scoreboard { .scoreboard {