Removed easy step section image and closed long footer gap #4
@@ -5780,9 +5780,9 @@ blockquote cite {
|
||||
}
|
||||
|
||||
.footer-copyright {
|
||||
padding-top: 35px;
|
||||
/* padding-top: 35px; */
|
||||
border-top: 1px solid #e1e5ec;
|
||||
margin-top: 80px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
.footer-copyright {
|
||||
|
||||
@@ -20,7 +20,7 @@ import getConfig from './../../Config/config'
|
||||
function FeaturesHomeOne({ className }) {
|
||||
var site = getConfig()[0];
|
||||
return (
|
||||
<section className={`appie-service-area features-section pt-90 pb-100 ${className}`} id="service">
|
||||
<section className={`appie-service-area features-section pt-50 pb-100 ${className}`} id="service">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-xl-3 col-md-6 mb-50">
|
||||
@@ -42,13 +42,13 @@ function FeaturesHomeOne({ className }) {
|
||||
<Link className="main-btn" to="/about-us">
|
||||
Learn More
|
||||
</Link>
|
||||
<div
|
||||
{/* <div
|
||||
className="appie-features-thumb text-center wow animated fadeInUp"
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img className='p-3' src={freeAccount} alt="" />
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-xl-3 col-md-6 mb-50">
|
||||
@@ -70,13 +70,6 @@ function FeaturesHomeOne({ className }) {
|
||||
<a className="main-btn" href={site.dash_url_login}>
|
||||
Learn More
|
||||
</a>
|
||||
<div
|
||||
className="appie-features-thumb text-center wow animated fadeInUp"
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img className='p-3' src={marketPlace} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-xl-3 col-md-6 mb-50">
|
||||
@@ -98,13 +91,6 @@ function FeaturesHomeOne({ className }) {
|
||||
<a className="main-btn" href={site.dash_url_login}>
|
||||
Learn More
|
||||
</a>
|
||||
<div
|
||||
className="appie-features-thumb text-center wow animated fadeInUp"
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img className='p-3' src={task} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-xl-3 col-md-6 mb-50">
|
||||
@@ -126,13 +112,6 @@ function FeaturesHomeOne({ className }) {
|
||||
<a className="main-btn" href={site.dash_url_login}>
|
||||
Learn More
|
||||
</a>
|
||||
<div
|
||||
className="appie-features-thumb text-center wow animated fadeInUp"
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img className='p-3' src={getPaid} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -107,7 +107,7 @@ function FooterHomeOne({ className }) {
|
||||
</div>
|
||||
<div className="row">
|
||||
<div className="col-lg-12">
|
||||
<div className="footer-copyright d-flex align-items-center justify-content-between pt-35">
|
||||
<div className="footer-copyright d-flex align-items-center justify-content-between pt-2">
|
||||
<div className="apps-download-btn">
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -9,7 +9,7 @@ import IconFour from '../../assets/images/icon/walleticon.png';
|
||||
|
||||
function ServicesHomeOne({ className }) {
|
||||
return (
|
||||
<section className={`appie-service-area pt-90 pb-100 ${className}`} id="service">
|
||||
<section className={`appie-service-area pt-90 pb-50 ${className}`} id="service">
|
||||
<div className="container">
|
||||
<div className="row justify-content-center">
|
||||
<div className="col-lg-8">
|
||||
|
||||
Reference in New Issue
Block a user