I need help with this code snippet:
<div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<div class="d-flex flex-row justify-content-center align-items-center">
<a class="navbar-brand" href="#">
<img class="img-logo" src="https://www.instagram.com/static/images/web/mobile_nav_type_logo.png/735145cfe0a4.png" alt="" loading="lazy" style="width:12%;height:auto; float: left;">
<h1 style="color: #89216b; float: right; margin-top: auto; margin-bottom: auto; font-size: all;">Trendings</h1>
</a>
</div>
</div>
</nav>
</div>
Everything works perfectly except for the image size on mobile devices. The image appears small while the text remains the same size. I want to ensure that the image does not appear small on mobile.