fix: adjust sizing to fit space better
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user