1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6372: NetBox logo should be centered

This commit is contained in:
checktheroads
2021-05-26 08:55:22 -07:00
parent b159def9b2
commit d2267ecd71

View File

@ -16,7 +16,7 @@
<div class="position-sticky pt-3">
{# Logo #}
<a class="px-2 sidebar-logo d-none d-md-flex" href="{% url 'home' %}">
<a class="p-1 sidebar-logo d-none d-md-flex justify-content-center" href="{% url 'home' %}">
<img src="{% static 'netbox_logo.svg' %}" alt="NetBox logo" />
</a>