hi guys. i’m working on making a personal page. i am doing parts of it on codepen for the instant visual feedback. i got most of what i wanted down. i went with flexbox, out of unfounded aversion to bootstrap, (i know there are some vendor prefixes missing form my code) but as far as chrome is considered, everything works as intended, with some odd margin bug that’s fixed on resize, but here’s the deal:
the input fields stretch fully inside their div. they stay the
same size on focus too, but once start entering data, the input field shrinks and resizes back to normal once out of focus.i tried all sorts of stuff like display: block, modifying width values which sort of worked but not consistent across the board, flex values, but nothing works. am i missing some kind of pseudo here?