diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 2d63d04..961a277 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -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 { diff --git a/src/components/HomeOne/FeaturesHomeOne.js b/src/components/HomeOne/FeaturesHomeOne.js index 3a8e1d4..f04680a 100644 --- a/src/components/HomeOne/FeaturesHomeOne.js +++ b/src/components/HomeOne/FeaturesHomeOne.js @@ -20,7 +20,7 @@ import getConfig from './../../Config/config' function FeaturesHomeOne({ className }) { var site = getConfig()[0]; return ( -
+
@@ -42,13 +42,13 @@ function FeaturesHomeOne({ className }) { Learn More -
-
- + {/*
+ +
*/}
@@ -71,13 +71,6 @@ function FeaturesHomeOne({ className }) { Learn More
-
- -
-
- -
-
- -
-
+ {/*
*/}
); } diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js index 4d0e049..da738d7 100644 --- a/src/components/HomeOne/FooterHomeOne.js +++ b/src/components/HomeOne/FooterHomeOne.js @@ -107,7 +107,7 @@ function FooterHomeOne({ className }) {
-
+
  • diff --git a/src/components/HomeOne/ServicesHomeOne.js b/src/components/HomeOne/ServicesHomeOne.js index e649872..79b2509 100644 --- a/src/components/HomeOne/ServicesHomeOne.js +++ b/src/components/HomeOne/ServicesHomeOne.js @@ -9,7 +9,7 @@ import IconFour from '../../assets/images/icon/walleticon.png'; function ServicesHomeOne({ className }) { return ( -
    +