Created by: MartijnCuppens
The containers within the navbar are extended, which generates quite a lot of CSS. By inheriting the flex-wrap
property, we avoid the generation of these styles.
Also added the child combinator to the containers and used flex-wrap
instead of flex-flow
, since the flex-direction
shouldn't be set.