From 575c9ec2d3da09d6be5867856dda3910fced02d8 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Apr 2024 02:28:41 -0500 Subject: [PATCH] more --- src/styles/homepage-b.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index 91ed5e6..65b9f22 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -51,6 +51,7 @@ ul.navbar-nav { section.section-one { height: 680px; + margin-top: 30px; display: flex; justify-content: center; } @@ -72,6 +73,13 @@ section.section-one { } .hero-middle { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + margin-top: 20px; + margin-left: auto; + margin-right: auto; width: 800px; } @@ -108,9 +116,9 @@ section.section-one { .hero-button-box { display: flex; + flex-direction: row; + justify-content: center; margin-top: 50px; - padding-left: 8px; - width: 100%; height: 130px; } @@ -907,6 +915,7 @@ li.nav-item { margin: unset; margin-top: unset; } + .mobile-lower-header-top { height: 60%;