Hide brand-icon on smaller screens

This commit is contained in:
Skylar Ittner 2018-01-27 22:38:33 -07:00
parent ee47026c0e
commit c7c7e4e4ea

View File

@ -98,7 +98,7 @@ END;
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand py-0 mr-auto" href="app.php">
<img src="static/img/logo.svg" alt="" class="d-inline brand-img py-0" />
<img src="static/img/logo.svg" alt="" class="d-none d-<?php echo $navbar_breakpoint; ?>-inline brand-img py-0" />
<?php echo SITE_TITLE; ?>
</a>