From 02bcd657e772ffdb9a91d14ba9f12a5a869d8488 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 28 Oct 2022 17:14:13 -0400 Subject: [PATCH] Reduced pixel width of the lead text box --- src/static/css/homepage.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 1fb1abd..f761a13 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -131,7 +131,7 @@ mark{ } .lead-text-container{ - border: 2px solid #949494; + border: 1px solid #949494 !important; width: 41.6vw; display: flex; justify-content: center; @@ -224,7 +224,7 @@ mark{ } .lead-text-container{ - border: 2px solid #949494; + border: 1px solid #949494; width: 60vw; display: flex; justify-content: center; @@ -272,7 +272,7 @@ mark{ } .lead-text-container{ - border: 2px solid #949494; + border: 1px solid #949494; width: 70vw; display: flex; justify-content: center; @@ -319,7 +319,7 @@ mark{ } .lead-text-container{ - border: 2px solid #949494; + border: 1px solid #949494; width: 100%; display: flex; justify-content: center;