Latest solutions
Latest comments
- @Alex6pc@Joseph-Benavides
Hey there Alex, great work on your card component, I have a few tips for you that could help out!
To make the layout more responsive you can remove the min-width that you have set on the body.
Instead of using a <picture> element use a <div> or <img> element instead.
To insert the corresponding image for mobile, have it set up in your html and in css display it as none, then in your media query set the display as unset, and set the width and height to your liking!
Marked as helpful