I just don't get why anyone would use:
```
display: flex;
flex-direction: column
```
when `display: grid` is supported, shorter to write and allows for a lot more flexibility if you want more from your layout.
#CSS #code #coding #frontend #layout #web #dev #webDevelopment #webDev #cssLayout #cssGrid #cssFlexbox