Unresponsive flexbox items

Hello friends,

On this pen is a web page layed out using grid display, the inputs_div however has it display set to flex, with the flex-direction set to column and justify-content to center. The input tags contained therein have remained unresponsive even after setting justify-self.
please help

They are responsive, there just isn’t anywhere for them to go, so they stay where they are. If I set a height/width on the inputs container, I can move them around fine by changing the align/justify properties.

Basically, they’re packed in too snugly for you to see any effect. And that 30px margin makes it even more difficult to see anything.

1 Like

:sweat_smile: that’s about right. thanks mate

1 Like