force Cards to same height
https://codepen.io/ahad4387/pen/wvxLOev?editors=1000
I'm trying to achieve horizontal scrollbar with all cards of same height.
I'm using fixed width right now, but is it possible to make adjust the width to match height of largest card?
i've tried
I'm trying to achieve horizontal scrollbar with all cards of same height.
I'm using fixed width right now, but is it possible to make adjust the width to match height of largest card?
i've tried
align-self:normal, i'm not understanding why it's not working