From 8945192cc63ceef520ffc5743793499969dfdd0b Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:35:55 -0400 Subject: [PATCH] Finished revision on desktop hero section grid --- src/static/css/homepage.css | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 81ff582..1fb1abd 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -132,7 +132,12 @@ mark{ .lead-text-container{ border: 2px solid #949494; - width: 41.853vw; + width: 41.6vw; + display: flex; + justify-content: center; + align-items: center; + height: 12.556vw; + margin-top: 1vw; } .hero-bottom{ @@ -220,7 +225,13 @@ mark{ .lead-text-container{ border: 2px solid #949494; - width: 50vw; + width: 60vw; + display: flex; + justify-content: center; + align-items: center; + height: 15vw; + margin-top: 0.4vw; + margin-bottom: 1vw; } .metric-block{ @@ -262,7 +273,13 @@ mark{ .lead-text-container{ border: 2px solid #949494; - width: 70.565vw; + width: 70vw; + display: flex; + justify-content: center; + align-items: center; + height: 15vw; + margin-top: 1.1vw; + margin-bottom: 1vw; } .metric-block{ @@ -304,6 +321,12 @@ mark{ .lead-text-container{ border: 2px solid #949494; width: 100%; + display: flex; + justify-content: center; + align-items: center; + height: 20.2vw; + margin-top: 1.3vw; + margin-bottom: 2.5vw; } .metric-block{