From 8900bf0d140290d82e40ebc9c014c9fc7ae48d2b Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Tue, 20 Feb 2024 00:47:29 -0500 Subject: [PATCH] fix: adjust sizing to fit space better --- app/static/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */ }