@janegca
Posted
Hi WarBaddy,
I can't see your code but your HTML structure and use of Flexbox is very similar to my solution. I styled for the mobile layout first and then tweaked the flex layout for the desktop, basically just had to change the direction from column to row and set the width on the two outside cards and the middle wrapper to 30%, with the card widths all set to 22rem or so; this allowed things to shrink and grow fairly smoothly.
Hope that helps.
@soodaayush
Posted
@janegca Thanks for the feedback!