Compare commits

..

4 Commits

Author SHA1 Message Date
CHIEFSOFT\ameye a1d964b6ec remove sections 2024-07-28 19:38:46 -04:00
CHIEFSOFT\ameye 64de8623a3 fix section 2024-07-28 19:31:50 -04:00
CHIEFSOFT\ameye c2e7f800a3 Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/WrenchBoardMainSite 2024-07-28 19:28:05 -04:00
CHIEFSOFT\ameye 91d215a577 remove sectoion 2024-07-28 19:27:51 -04:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ p {
} }
.appie-section-title { .appie-section-title {
padding-bottom: 15px; padding-bottom: 25px;
} }
.appie-section-title .appie-title { .appie-section-title .appie-title {
font-size: 44px; font-size: 44px;
+2 -2
View File
@@ -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-50 pb-70"> <section className="appie-about-8-area pt-100 pb-100">
<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"> <div className="appie-section-title mb-30">
<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 */}
+1 -1
View File
@@ -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 />