diff --git a/app/static/styles.css b/app/static/styles.css index 0524af7..7f1d2af 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -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 */ }