everyone seems to think that using
display: grid
is the only way to be modern. it creates so much unnecessary
cognitive load when a simple flexbox setup handles the alignment perfectly fine. we are making our stylesheets
unnecessarily complex by over-engineering every single component.
>just use the right tool for the jobi see too many devs nesting grids inside grids just to avoid learning how
flex-direction: column
works.
it is not a flex of your skills, it is just bad practice