This commit is contained in:
Kenneth Jannette
2024-04-20 16:39:56 -05:00
parent 1646c2565a
commit c39933ebef
2 changed files with 5 additions and 5 deletions

View File

@@ -326,7 +326,7 @@ const HomePageB = () => {
style={{ color: "#FFD700", height: "20px", width: "20px" }} style={{ color: "#FFD700", height: "20px", width: "20px" }}
/> />
<div className="review-box"> <div className="review-box">
Used by over 1,100 Novodrafters Used by over 1,100 Novodrafters.
</div> </div>
</div> </div>
<div className="hero-testi-right"> <div className="hero-testi-right">

View File

@@ -128,19 +128,19 @@ section.section-one {
font-size: 1rem; font-size: 1rem;
font-weight: 500; font-weight: 500;
display: flex; display: flex;
color: #000;
margin-top: 5px; margin-top: 5px;
margin-left: 8px; margin-left: 8px;
} }
.hero-testi-box { .hero-testi-box {
background-color: lightgreen;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 0px 8px; padding: 0px 8px;
height: 100px; height: 100px;
width: 1300px; width: 1200px;
} }
.hero-testi-left { .hero-testi-left {
@@ -152,13 +152,13 @@ section.section-one {
} }
.hero-testi-right { .hero-testi-right {
width: 250px;
height: 90px; height: 90px;
display: flex; display: flex;
flex-direction: row; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: auto; margin: auto;
padding-left: 20px;
width: 50%; width: 50%;
} }