more
This commit is contained in:
@@ -283,12 +283,12 @@ const HomePageB = () => {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="hero-text-box">
|
<div className="hero-text-box">
|
||||||
<div className="hero-text">
|
<div className="hero-text">
|
||||||
Reclaim hours every week. Spend more time growing your practice,
|
Reclaim hours every week. Spend more time growing your practice,
|
||||||
or just get home in time for dinner.
|
or just get home in time for dinner.
|
||||||
</div>
|
</div>
|
||||||
|
<div className="hero-testi-box"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -91,7 +91,10 @@ section.section-one {
|
|||||||
.hero-text-box {
|
.hero-text-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-text {
|
.hero-text {
|
||||||
@@ -119,8 +122,10 @@ section.section-one {
|
|||||||
width: 980px;
|
width: 980px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-imgbox {
|
.hero-testi-box {
|
||||||
background: url();
|
background-color: purple;
|
||||||
|
height: 100px;
|
||||||
|
width: 700px;
|
||||||
}
|
}
|
||||||
.text-block-1 {
|
.text-block-1 {
|
||||||
padding: 20px 0px;
|
padding: 20px 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user