From 6abcd2e448dc6d18d7e3ee474cac6a90c0c09f8d Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Tue, 20 Feb 2024 01:27:19 -0500 Subject: [PATCH] fix: change spacing between rows --- app/static/styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index faae071..2adf490 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -31,7 +31,7 @@ h1 { position: relative; /* Position relative for absolute positioning */ margin-left: 1%; margin-right: 1%; - margin-bottom: 1%; + margin-bottom: 1.15%; } .team-info { @@ -110,8 +110,8 @@ h1 { .pre-state { position: absolute; - top: 4%; - left: 4%; /* Adjusted left position */ + top: 5%; + left: 3%; /* Adjusted left position */ background-color: #444; /* Darker background color for pre state */ padding: 1.5%; border-radius: 5px; @@ -128,8 +128,8 @@ h1 { .final-state { position: absolute; - top: 4%; - left: 4%; /* Adjusted left position */ + top: 5%; + left: 3%; /* Adjusted left position */ background-color: #444; /* Darker background color for final state */ padding: 1.5%; border-radius: 5px;