JJ
@julienjavaloyesAll comments
- @julienjavaloyes@julienjavaloyes
The flexbox childs with not equal width when we grow the vw is coming from this input + button in row forcing a minimum width in first column of flexbox...
- @adamwozhere@julienjavaloyes
I agree these backgrounds were the complicated part for me as well. I tried many options and eventually used also some relative positioning using top bottom left right: background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg); background-size: 55vw auto,55vw auto; background-repeat: no-repeat,no-repeat; background-position: left -5vw top -25vw , right -5vw bottom -25vw; I think your version match better than mine!