Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb7751796a | |||
| 4bb7aed5ea | |||
| 00d927fc63 | |||
| f2f216561c |
@@ -2321,7 +2321,7 @@ p {
|
||||
}
|
||||
|
||||
.appie-service-area.features-section{
|
||||
background: #fff;
|
||||
/* background: #fff; */
|
||||
position: relative;
|
||||
background-position: 92% 100%;
|
||||
background-repeat: no-repeat;
|
||||
@@ -2796,9 +2796,14 @@ p {
|
||||
}
|
||||
|
||||
.appie-features-content {
|
||||
background: #eef1f6;
|
||||
background: #fff;
|
||||
border-radius: 6px;
|
||||
padding: 20px;
|
||||
transition: all .25s;
|
||||
}
|
||||
|
||||
.appie-features-content:hover {
|
||||
box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
|
||||
}
|
||||
|
||||
.appie-features-content .title {
|
||||
@@ -5775,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 ${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
|
||||
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 className="col-xl-3 col-md-6 mb-50">
|
||||
@@ -71,13 +71,6 @@ function FeaturesHomeOne({ className }) {
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
<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 className="col-xl-3 col-md-6 mb-50">
|
||||
<div
|
||||
@@ -99,13 +92,6 @@ function FeaturesHomeOne({ className }) {
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
<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 className="col-xl-3 col-md-6 mb-50">
|
||||
<div
|
||||
@@ -127,17 +113,10 @@ function FeaturesHomeOne({ className }) {
|
||||
Learn More
|
||||
</a>
|
||||
</div>
|
||||
<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>
|
||||
<hr className='mt-50'/>
|
||||
{/* <hr className='mt-50'/> */}
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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