Hide brand-icon on smaller screens
This commit is contained in:
parent
ee47026c0e
commit
c7c7e4e4ea
2
app.php
2
app.php
@ -98,7 +98,7 @@ END;
|
|||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand py-0 mr-auto" href="app.php">
|
<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; ?>
|
<?php echo SITE_TITLE; ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user