fix: fixes checks for non live games

This commit is contained in:
2024-02-19 03:49:02 -05:00
parent 18802f6ef5
commit 8611471360
5 changed files with 54 additions and 20 deletions

View File

@@ -6,7 +6,8 @@ body {
h1 {
text-align: center;
margin-top: 20px;
margin-top: 15px;
margin-bottom: 25px;
color: #f2f2f2; /* Lighten the text color */
}
@@ -177,7 +178,6 @@ h1 {
align-items: start;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 20px;
}
#pre-games-section {
@@ -185,7 +185,6 @@ h1 {
align-items: start;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 20px;
}
#final-games-section {
@@ -193,7 +192,6 @@ h1 {
align-items: start;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 20px;
}
/* Existing CSS styles */