Equal distance between nav elements

Hi all.

I want a navigation layout with equal distance between the elements.

I have set a margin of 4VW at each side, but the spaces between the words need to be exactly the same as the browser is resized.

Is there at easy way to do this?


Here is my site Read-Only: https://test-939871.webflow.io
(how to share your site Read-Only link)

Yes, Flexbox has options to distribute content…

http://vincent.polenordstudio.fr/snap/Webflow_-__Sandbox_2019-03-04_15-19-38.png

… namely space-between and space-around. In your case, as you’re manually defining the outer spaces, space-between should do the job.

Awesome. Thank you :slight_smile: