Turn a Column Component into Flexbox OK?

I have a two column layout on many pages of a site and now need equal height. If I make the column container Flexbox it works perfect. Is it OK to turn a column component into Flexbox without creating new divs?

Yes absolutely! Wouldn’t hurt anything. I would still name those columns specifically though like .flex-column-center-v. Anything to clearly state what its purpose is. :muscle:t3:

I did rename them. Perfect. Thanks.

1 Like

My pleasure! Site is looking good!