Currently when the browser width drops below 768px, the navbar changes to collapsed mode. I want to change this width to 1000px so when the browser is below 1000px...
Is there a way to disable margin-collapsing altogether? The only solutions I’ve found (by the name of “uncollapsing”) entail using a 1px border or 1px padding. I find this...