5
A tiny CSS grid gotcha that cost me an hour
grid-template-rows defaults to auto, and that one word can silently break your alignment. Now I always set it explicitly.
1 reply
grid-template-rows defaults to auto, and that one word can silently break your alignment. Now I always set it explicitly.
to join the conversation.