removed easy step images and close footer gap
This commit was merged in pull request #4.
This commit is contained in:
@@ -5780,9 +5780,9 @@ blockquote cite {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-copyright {
|
.footer-copyright {
|
||||||
padding-top: 35px;
|
/* padding-top: 35px; */
|
||||||
border-top: 1px solid #e1e5ec;
|
border-top: 1px solid #e1e5ec;
|
||||||
margin-top: 80px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||||
.footer-copyright {
|
.footer-copyright {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import getConfig from './../../Config/config'
|
|||||||
function FeaturesHomeOne({ className }) {
|
function FeaturesHomeOne({ className }) {
|
||||||
var site = getConfig()[0];
|
var site = getConfig()[0];
|
||||||
return (
|
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="container">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-xl-3 col-md-6 mb-50">
|
<div className="col-xl-3 col-md-6 mb-50">
|
||||||
@@ -42,13 +42,13 @@ function FeaturesHomeOne({ className }) {
|
|||||||
<Link className="main-btn" to="/about-us">
|
<Link className="main-btn" to="/about-us">
|
||||||
Learn More
|
Learn More
|
||||||
</Link>
|
</Link>
|
||||||
<div
|
{/* <div
|
||||||
className="appie-features-thumb text-center wow animated fadeInUp"
|
className="appie-features-thumb text-center wow animated fadeInUp"
|
||||||
data-wow-duration="2000ms"
|
data-wow-duration="2000ms"
|
||||||
data-wow-delay="200ms"
|
data-wow-delay="200ms"
|
||||||
>
|
>
|
||||||
<img className='p-3' src={freeAccount} alt="" />
|
<img className='p-3' src={freeAccount} alt="" />
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-xl-3 col-md-6 mb-50">
|
<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}>
|
<a className="main-btn" href={site.dash_url_login}>
|
||||||
Learn More
|
Learn More
|
||||||
</a>
|
</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>
|
</div>
|
||||||
<div className="col-xl-3 col-md-6 mb-50">
|
<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}>
|
<a className="main-btn" href={site.dash_url_login}>
|
||||||
Learn More
|
Learn More
|
||||||
</a>
|
</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>
|
</div>
|
||||||
<div className="col-xl-3 col-md-6 mb-50">
|
<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}>
|
<a className="main-btn" href={site.dash_url_login}>
|
||||||
Learn More
|
Learn More
|
||||||
</a>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ function FooterHomeOne({ className }) {
|
|||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-12">
|
<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">
|
<div className="apps-download-btn">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import IconFour from '../../assets/images/icon/walleticon.png';
|
|||||||
|
|
||||||
function ServicesHomeOne({ className }) {
|
function ServicesHomeOne({ className }) {
|
||||||
return (
|
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="container">
|
||||||
<div className="row justify-content-center">
|
<div className="row justify-content-center">
|
||||||
<div className="col-lg-8">
|
<div className="col-lg-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user