Images - JWalshe86/career GitHub Wiki

🐛 Image alignment issue image Trying make cards same height side by side

  • Set the height of all the cards to 100%
<div class="h-100 card-custom rounded-4 bg-base shadow-effect">

This means they'll always be 100% of their parent element. image