mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 09:53:34 -06:00
Tweak logo size on mobile
This commit is contained in:
parent
4dbb18d408
commit
87dad41c37
@ -27,7 +27,7 @@
|
||||
<div class="nav-mobile">
|
||||
<div class="nav-mobile-top">
|
||||
<a class="sidebar-logo p-2 d-block" href="{% url 'home' %}">
|
||||
<img src="{% static 'netbox_logo.svg' %}" alt="NetBox logo" width="75%" />
|
||||
<img src="{% static 'netbox_logo.svg' %}" alt="NetBox logo" height="40" />
|
||||
</a>
|
||||
<button type="button" aria-label="Toggle Navigation" class="navbar-toggler sidenav-toggle-mobile">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
Loading…
Reference in New Issue
Block a user