@LorisDucamps
Posted
Hi SzymonRojek,
Very good work ! it is good for the eyes !
After inspecting your work, here is my feedback:
Pay attention to the size of your img (icons). After looking in the inspector, they are not 64x64.
To remedy I invite you to apply the following code:
img { display: block; height: auto; max-width: 100% }
without forgetting to remove the width and height of your img in your class (..grid__item-img)
I invite you to go and see my design which is not perfect but can support my point :)
https://four-card-feature-section-inky.now.sh/
I hope I helped you.
Do not hesitate if necessary
Good luck
@SzymonRojek
Posted
@LKA-LORIS
thanks for comment :D
I have checked my code. I started project from mobile-first with 57px and then on desktop I want to get 64px max-width and height - in my opinion I do not need these properties height: auto; and max-width: 100% but thanks for a suggestion.
Greetings