Hello,
This is the Default Layout of the Headers on Mobile Devices. Since you are just using the Logo, simply use the following code:
<div class="header-row justify-content-center">
<!-- Logo
============================================= -->
<div id="logo" class="col-auto mr-0 order-lg-2">
<a href="#" class="standard-logo"><img src="demos/restaurant/images/Logo1@2x.jpg" alt="2000 Habesha Cultural Restaurant Logo"></a>
<a href="#" class="retina-logo"><img src="demos/restaurant/images/Logo1@2x.jpg" alt="2000 Habesha Cultural Restaurant Logo"></a>
</div><!-- #logo end -->
</div>
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.