fix: adjust game box spacing

This commit is contained in:
2024-02-20 00:50:35 -05:00
parent 8900bf0d14
commit b3a09b27c0

View File

@@ -38,7 +38,7 @@ h1 {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 2%; margin-bottom: 2%;
margin-top: 10%; /* Added margin-top */ margin-top: 9%; /* Added margin-top */
} }
.team-info-column { .team-info-column {