Fixed navbar padding
This commit is contained in:
parent
7a67523433
commit
ee6273670d
@ -26,6 +26,7 @@
|
|||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<!-- Navbar -->
|
<!-- Navbar -->
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-white py-4">
|
<nav class="navbar navbar-expand-lg navbar-light bg-white py-4">
|
||||||
|
<div class="container">
|
||||||
<a class="navbar-brand text-dark-primary" href="{% url 'home' %}">
|
<a class="navbar-brand text-dark-primary" href="{% url 'home' %}">
|
||||||
<img src="{% static 'main/img/logo.png' %}" width="30" height="30" class="d-inline-block align-top" alt="">
|
<img src="{% static 'main/img/logo.png' %}" width="30" height="30" class="d-inline-block align-top" alt="">
|
||||||
<div class="d-none d-sm-inline-block">
|
<div class="d-none d-sm-inline-block">
|
||||||
@ -72,6 +73,7 @@
|
|||||||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
Loading…
Reference in New Issue
Block a user