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