Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19c8d73823 |
@@ -185,7 +185,7 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.appie-section-title {
|
.appie-section-title {
|
||||||
padding-bottom: 25px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
.appie-section-title .appie-title {
|
.appie-section-title .appie-title {
|
||||||
font-size: 44px;
|
font-size: 44px;
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ import cardImg from '../../assets/images/home/card-home-01.png'
|
|||||||
function AfterHero() {
|
function AfterHero() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<section className="appie-about-8-area pt-100 pb-100">
|
<section className="appie-about-8-area pt-50 pb-70">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-12">
|
<div className="col-lg-12">
|
||||||
<div className="appie-section-title mb-30">
|
<div className="appie-section-title">
|
||||||
<h3 className="appie-title">
|
<h3 className="appie-title">
|
||||||
{/* We bring everything <br />
|
{/* We bring everything <br />
|
||||||
that's required to build apps */}
|
that's required to build apps */}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ function HomeOne() {
|
|||||||
<HomeOneHeader action={drawerAction.toggle} />
|
<HomeOneHeader action={drawerAction.toggle} />
|
||||||
<HeroHomeOne />
|
<HeroHomeOne />
|
||||||
<AfterHero />
|
<AfterHero />
|
||||||
{/*<NextAfterHero />*/}
|
<NextAfterHero />
|
||||||
<FeaturesHomeOne />
|
<FeaturesHomeOne />
|
||||||
<ServicesHomeOne />
|
<ServicesHomeOne />
|
||||||
<TrafficHomeOne />
|
<TrafficHomeOne />
|
||||||
|
|||||||
Reference in New Issue
Block a user