Vertical centering for header image

This commit is contained in:
Oliver Walters 2019-04-18 08:40:16 +10:00
parent 18c48e9191
commit 8dc3063765

View File

@ -3,7 +3,7 @@
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header clearfix content-heading">
<a class="navbar-brand" id='logo' href="{% url 'index' %}"><img src="{% static 'img/inventree.png' %}" width="40" height="40"/></a>
<a class="navbar-brand" id='logo' href="{% url 'index' %}" style="padding-top: 7px; padding-bottom: 5px;"><img src="{% static 'img/inventree.png' %}" width="40" height="40" style="display:block; margin: auto;"/></a>
</div>
<ul class="nav navbar-nav">
<li><a href="{% url 'part-index' %}">Parts</a></li>