added shadow effect to each easy step item
This commit is contained in:
@@ -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-90 pb-100 ${className}`} id="service">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-xl-3 col-md-6 mb-50">
|
||||
@@ -137,7 +137,7 @@ function FeaturesHomeOne({ className }) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr className='mt-50'/>
|
||||
{/* <hr className='mt-50'/> */}
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user