Hi guys! There's a problem with my navbar. I have a logo
<img src="QuickCart.svg" alt="logo" />
<img src="QuickCart.svg" alt="logo" />
and couple of FA icons in my unordered list. When I make the window width smaller, image shrinks down up until the point it's not visible anymore, while icons remain the same size. How can I make everything shrink? I mean, both the icons and the logo.Here's my JSX from Navbar component and couple of pictures: