I\'m using flexbox columns for a pretty basic layout. There is a header, image and a list below. List must have a border and can have varying contents. Is it possible to hav
You should set .col as flex too
.col{ display:flex; }
and your class columns is better named row