From f3a9851f6283a327dd9231e283cb9e88bbc7440e Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 19 Aug 2024 10:12:42 -0500 Subject: [PATCH] fix CSS issues --- webpage/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index ba785c8..fe8d414 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1782,7 +1782,7 @@ form div{ justify-content: center; padding: .5in .2in; gap: .1in; - width: 5.in; + width: 5in; } #AcceptInvite{ padding: .1in .2in; @@ -1948,4 +1948,4 @@ form div{ flex-wrap: wrap; justify-content: flex-start; align-items: center; -} \ No newline at end of file +}