Justify has no effect on flexbox with wrapped children

I want to make a navbar that takes several lines if needed. However, I want the items to be close to each other, unlike what you see here:

However, setting Justify to Center instead of Space-between doesn’t change anything. In fact, whatever Justify value is, it remains the same.

What did I do wrong?


Here is my site Read-Only: LINK

These margins are causing your issue

Indeed, thank you! I manually set them to zero.

But do you have any idea where they come from? They are neither blue nor orange and seem to be calculated somehow.

This is a navbar I imported with the Figma to Webflow plugin, and I started with the Client-First cloneable so I’m not responsible for every setting.

Looks to be connected to some global style that I’m unable to overwrite.
“.container-medium” has auto margins. When I remove, the inherited style is 52px of margin.
“.nav-menu” has negative 0.75rem margin, when removed appears to have an affect on the .nav-link negative margin
Maybe this is due to a Figma setting.