fix: adjust sizing to fit space better

This commit is contained in:
2024-02-20 00:47:29 -05:00
parent 3d6afe0df3
commit 8900bf0d14

View File

@@ -47,13 +47,13 @@ h1 {
} }
.team-logo { .team-logo {
width: 20%; width: 18%;
height: auto; height: auto;
margin-right: 2.25%; margin-right: 2.25%;
} }
.team-name { .team-name {
font-size: 80%; font-size: 90%;
font-weight: bold; font-weight: bold;
} }
@@ -65,7 +65,7 @@ h1 {
} }
.team-score { .team-score {
font-size: 120%; font-size: 130%;
font-weight: bold; font-weight: bold;
margin-left: auto; margin-left: auto;
} }
@@ -77,7 +77,7 @@ h1 {
} }
.team-sog { .team-sog {
font-size: 55%; /* Adjust font size as needed */ font-size: 65%; /* Adjust font size as needed */
color: #ddd; /* Lighter text color */ color: #ddd; /* Lighter text color */
} }