Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

FLEXBOX

O que a propriedade "Flex:auto" indica?

1 resposta
solução!

Oi Victor,

Pegando direto do MDN sobre Flexbox:

The item is sized according to its width and height properties, but grows to absorb any extra free space in the flex container, and shrinks to its minimum size to fit the container. This is equivalent to setting "flex: 1 1 auto".

Abcs!