changed easy steps layout in home page

This commit was merged in pull request #2.
This commit is contained in:
victorAnumudu
2023-03-31 13:59:32 +01:00
parent ab16f833d9
commit 291a030258
+4 -4
View File
@@ -48,7 +48,7 @@ function FeaturesHomeOne({ className }) {
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img src={freeAccount} alt="" />
<img className='p-3' src={freeAccount} alt="" />
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
@@ -76,7 +76,7 @@ function FeaturesHomeOne({ className }) {
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img src={marketPlace} alt="" />
<img className='p-3' src={marketPlace} alt="" />
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
@@ -104,7 +104,7 @@ function FeaturesHomeOne({ className }) {
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img src={task} alt="" />
<img className='p-3' src={task} alt="" />
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
@@ -132,7 +132,7 @@ function FeaturesHomeOne({ className }) {
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img src={getPaid} alt="" />
<img className='p-3' src={getPaid} alt="" />
</div>
</div>
</div>