Push hamburger menu to the right
This commit is contained in:
parent
58131bd4ad
commit
ef0a26397f
4 changed files with 13 additions and 8 deletions
|
|
@ -12,14 +12,14 @@
|
|||
{% block header %}
|
||||
<nav class="navbar navbar-expand-lg bg-dark border-bottom border-body sticky-top" data-bs-theme="dark">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-brand d-flex align-items-center"><a href="/">
|
||||
<img src="{% static 'img/abeille.png' %}"></a>
|
||||
<div class="navbar-brand d-flex align-items-center w-100">
|
||||
<div class="logo-container"><a href="/"><img src="{% static 'img/abeille.png' %}"></a></div>
|
||||
<div class="harlow">Gospel de l’Abeille<br>The Bee's Gospel Singers</div>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01"
|
||||
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
</div>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01"
|
||||
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarColor01">
|
||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
||||
<li class="nav-item"><a class="nav-link{% if request.path == "/presentation/"%} active{% endif %}" aria-current="page" href="{% url 'presentation' %}">Présentation</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue