Client wants a Navigation the same as the one in the link attached however because the first media query is 960px I can only do it with a massive gap between the brand and the nav links.
Is there a way of getting the nav to break earlier?
What they did over there is to use 2 different elements. One element when the browser is wide enough, and another element when the browser is narrow.
I have to add, the way the elements are arranged, and the properties they apply is a bit wierd
For example, they gave each navbar child it’s own fixed position, instead of giving it to the hole navbar element.