From c39933ebef347843efcb40cf8cb057bc7cffccfe Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 20 Apr 2024 16:39:56 -0500 Subject: [PATCH] more --- src/Components/Home/HomePageB.js | 2 +- src/styles/homepage-b.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Components/Home/HomePageB.js b/src/Components/Home/HomePageB.js index 0b44c09..5a967c2 100644 --- a/src/Components/Home/HomePageB.js +++ b/src/Components/Home/HomePageB.js @@ -326,7 +326,7 @@ const HomePageB = () => { style={{ color: "#FFD700", height: "20px", width: "20px" }} />
- Used by over 1,100 Novodrafters + Used by over 1,100 Novodrafters.
diff --git a/src/styles/homepage-b.scss b/src/styles/homepage-b.scss index 39b01e6..05d0e78 100644 --- a/src/styles/homepage-b.scss +++ b/src/styles/homepage-b.scss @@ -128,19 +128,19 @@ section.section-one { font-size: 1rem; font-weight: 500; display: flex; + color: #000; margin-top: 5px; margin-left: 8px; } .hero-testi-box { - background-color: lightgreen; display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 0px 8px; height: 100px; - width: 1300px; + width: 1200px; } .hero-testi-left { @@ -152,13 +152,13 @@ section.section-one { } .hero-testi-right { - width: 250px; height: 90px; display: flex; - flex-direction: row; + flex-direction: column; align-items: center; justify-content: center; margin: auto; + padding-left: 20px; width: 50%; }