Easy Step section modified #2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user