how to make the grid items not grow based on the parent's sibling
i have a small issue?
how can i make my grid items doesn't get affected by the sibling's height
4 Replies
in this case,
align-content: start
should work, I believehttps://codepen.io/hzk-0210181/pen/YPKOMoW
here's the codepen mr kevin
thank you for the help
it worked
thank you
Gonna make a really quick YT video about this, it's a common problem 😄