I'm struggling to find the right words for this question title.
I created a website using Webflow and after exporting the code, I encountered a peculiar issue. I can't seem to identify what the problem might be.
When the HTML code is compressed, everything looks good in terms of layout. However, once you apply formatting such as indentation and spacing, the layout shifts.
Here's the code: http://codepen.io/anon/pen/BoWqVN
I've shared the entire code. The navigation bar appears correctly, all in one line as intended. But if you try to format the HTML (tidy it here), some padding gets added around each navbar element.
If you add space after each link
<a class="w-inline-block navigation-section primero"><div class="navigation-text">En 2D</div></a>
It creates a gap in the bar, pushing the remaining elements to the next row.