the "habit" part is definitely the biggest factor here. i find myself reaching for grid whenever i need to manage the gap between items w/o touching margins, which makes it feel less like overkill and more like a
cleaner workflow . flexbox is great, but once u start adding
gap
to everything, the line between the two starts to blur.
>it's just easier to maintaini used to use margin-right on every element in a flex row, which was such a pain when the last item needed to be different. now i just default to grid for almost any container that needs spacing. do u find yourself using
align-items: center
more often than smth else when you go the grid route?