index.html: fix game score not appearing

This commit is contained in:
2024-02-18 18:08:01 -05:00
parent af526a1ef0
commit 7cc8913a00
2 changed files with 4 additions and 2 deletions

View File

@@ -76,9 +76,10 @@ h1 {
}
.game-info {
margin-top: 10px;
margin-top: 12px;
color: #aaa; /* Lighten the text color */
text-align: center;
font-size: 14px;
}
.game-info strong {