<div id="navbarContentHamburger">
<svg width="25" height="25">
<path d="M0,5 50,5" stroke="#fff" stroke-width="3"/>
<path d="M0,10 50,10" stroke="#fff" stroke-width="3"/>
<path d="M0,15 50,15" stroke="#fff" stroke-width="3"/>
</svg>
</div>
This is the code I use to make my hamburger menu. I pair it next to my "Menu" header tag and if I inspect element on my SVG, it seems it has a margin of around 2-3px underneath it, pushing my navbar down.
Tried adding an !important tag to margin-bottom:0; but that does not seem to work.