@thisisharshjainSubmitted over 3 years ago
Feel free to give me feedback and suggestions!
Feel free to give me feedback and suggestions!
Setting your cards-container
to align-items: center
means as you reduce/expand the browser each card can grow/expand above/below the other cards. If you remove the align-items
, the cards will (by default) stretch to match each other's height within the container which looks cleaner as you change widths.