SVG is offset in navbar
Solution 1:
Thanks to @Marshall, I could fix it by adding:
display: flex;
align-items: center;
(Also removed position: inherit;
)
Thanks to @Marshall, I could fix it by adding:
display: flex;
align-items: center;
(Also removed position: inherit;
)