HTML and CSS responsiveness issues using Flexbox
I have a simple HTML and CSS homepage, and I have a div container that uses Flexbox and contains links with pictures, but for some reason, the boxes shrink on the mobile version.
Note: I have multiple types of images (svg, png and jpeg) and multiple sizes (since some take less or more space, although they have different sizes, they fit the same visually).
CSS:
The first image shows the issue and the second shows the wanted outcome.
Note: I have multiple types of images (svg, png and jpeg) and multiple sizes (since some take less or more space, although they have different sizes, they fit the same visually).
CSS:
The first image shows the issue and the second shows the wanted outcome.
