From b3a09b27c0aaa461d60fafeebe8f25e25b448660 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Tue, 20 Feb 2024 00:50:35 -0500 Subject: [PATCH] fix: adjust game box spacing --- app/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/styles.css b/app/static/styles.css index 7f1d2af..faae071 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -38,7 +38,7 @@ h1 { display: flex; align-items: center; margin-bottom: 2%; - margin-top: 10%; /* Added margin-top */ + margin-top: 9%; /* Added margin-top */ } .team-info-column {