navbar-brand width depending on menu breakpoint

This commit is contained in:
Claude Paroz 2025-07-08 21:51:25 +02:00
parent ef0a26397f
commit 132be6db03
2 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@
{% 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 w-100">
<div class="navbar-brand d-flex align-items-center">
<div class="logo-container"><a href="/"><img src="{% static 'img/abeille.png' %}"></a></div>
<div class="harlow">Gospel de lAbeille<br>The Bee's Gospel Singers</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01"