Hey there!
Lately I've been searching for developers on SN but, apart from big projects I've yet to see someone sharing little things made for fun.
I work as a web developer, but I keep it as a hobby too, spicing things up with some gamedev.
Do any of you work in the same field, or do development not only for necessity but for fun?
.content-games-item
class hasmin-height: 450px
andmax-height: 450px;
set to it.max-height
), You're already usingdisplay: grid
on the cards container, their height will be automatically adapted to the longest one, if the button seems to stick on top leaving a gap, you can push down them by expanding the flex items above withflex: 1
or by setting amargin-[top|block-start]: auto
on the buttons container.