Latest solutions
Latest comments
- @jchaparSubmitted over 2 years ago@LunarianDreamPosted over 2 years ago
The alignment was tricky for me as well. I used grid also, I just put the middle two cards in a div of their own and did a align-self: center on the ends cards. So basically you break the grid into three columns. If you don't put the middle two cards in a separate div, the fourth card will move down and over to a new row which will break the layout.
Marked as helpful0