Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1675

How to set a fixed width column with CSS flexbox

$
0
0

I want the red box to be only 25 em wide when it's in the side-by-side view - I'm trying to achieve this by setting the CSS inside this media query:

@media all and (min-width: 811px) {...}

to:

.flexbox .red {  width: 25em;}

But when I do that, this happens:

enter image description hereCodePen: http://codepen.io/anon/pen/RPNpaP.

Any idea what I'm doing wrong?


Viewing all articles
Browse latest Browse all 1675

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>