@@ -228,8 +228,10 @@ const HomePage = () => {
|
|||||||
<h4 className="heading-6-mobile">We're here to answer!</h4>
|
<h4 className="heading-6-mobile">We're here to answer!</h4>
|
||||||
</div>
|
</div>
|
||||||
<h6 className="join-heading">
|
<h6 className="join-heading">
|
||||||
Let us show you how Novodraft will revolutionize your
|
Novodraft will revolutionize your practice.
|
||||||
practice. Request a demo - join our satisfied Novodrafters.
|
</h6>
|
||||||
|
<h6 className="join-heading">
|
||||||
|
Request a demo - let us show you how.
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-md-6 d-flex">
|
<div className="col-md-6 d-flex">
|
||||||
|
|||||||
@@ -508,7 +508,7 @@ h4.heading-6 {
|
|||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
color: #1f74a7;
|
color: #006aa9;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6.heading-7 {
|
h6.heading-7 {
|
||||||
@@ -527,7 +527,8 @@ h6.heading-7 {
|
|||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
width: 520px;
|
width: 520px;
|
||||||
color: #1f74a7;
|
color: #006aa9;
|
||||||
|
margin-bottom: 0.35rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-flex.div-block-3 {
|
.d-flex.div-block-3 {
|
||||||
@@ -698,6 +699,12 @@ li.nav-item {
|
|||||||
padding: 0 19px;
|
padding: 0 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1100px) {
|
||||||
|
.join-heading {
|
||||||
|
width: 370px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 430px) {
|
@media only screen and (max-width: 430px) {
|
||||||
ul.navbar-nav {
|
ul.navbar-nav {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user