This commit is contained in:
Kenneth Jannette
2024-02-16 20:00:17 -06:00
parent 46c4194e20
commit cfeeab278a
2 changed files with 11 additions and 8 deletions

View File

@@ -215,17 +215,17 @@ const HomePage = () => {
<div className="col-md-6"> <div className="col-md-6">
<div className="bottom-header-box"> <div className="bottom-header-box">
<h4 className="heading-6"> <h4 className="heading-6">
Questions about our applications and services? We are here Questions about our services? <br></br>We are here to
to answer. answer!
</h4> </h4>
<h4 className="heading-6-mobile"> <h4 className="heading-6-mobile">
Questions about our products and services? Questions about our products and services?
</h4> </h4>
<h4 className="heading-6-mobile">Were here to answer!</h4> <h4 className="heading-6-mobile">Were here to answer!</h4>
</div> </div>
<h6 className="foo-heading"> <h6 className="join-heading">
Let us show you how Novodraft will revolutionize your Let us show you how Novodraft will revolutionize your
practice. Join our growing base of satisfied Novodrafters. practice. Request a demo - join our satisfied Novodrafters.
</h6> </h6>
</div> </div>
<div className="col-md-6 d-flex"> <div className="col-md-6 d-flex">

View File

@@ -491,9 +491,11 @@ h4.heading-6 {
font-family: Roboto; font-family: Roboto;
font-size: 28px; font-size: 28px;
font-weight: 500; font-weight: 500;
line-height: 40px; /* 156.25% */ line-height: 38px; /* 156.25% */
letter-spacing: 0.369px; letter-spacing: 0.369px;
text-transform: capitalize; text-transform: capitalize;
margin-bottom: 18px;
margin-top: 12px;
} }
h6.heading-7 { h6.heading-7 {
@@ -502,15 +504,16 @@ h6.heading-7 {
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
line-height: 36.197px; /* 228.571% */ line-height: 24px;
letter-spacing: 0.339px; letter-spacing: 0.339px;
} }
.foo-heading { .join-heading {
font-family: Roboto; font-family: Roboto;
color: #fff; color: #fff;
font-size: 1.1rem; font-size: 1.1rem;
font-weight: 400; font-weight: 400;
width: 520px;
} }
.d-flex.div-block-3 { .d-flex.div-block-3 {
@@ -1143,7 +1146,7 @@ li.nav-item {
justify-content: center; justify-content: center;
} }
.foo-heading { .join-heading {
font-size: 1rem; font-size: 1rem;
text-align: justify; text-align: justify;
margin: 1.1rem 0rem; margin: 1.1rem 0rem;