I have two columns within a flexbox container that needs to be pixel perfect in term of their width.
<Column1 classname="col-sm-4">
<Column2 classname="col-sm-8>
I need Column1 to be at 327 pixel, and Column2 to take up the remainder of the width on that same row of Column1