Add fluid container to fix horizontal padding

This commit is contained in:
Bruno Alla 2021-11-11 21:08:44 +00:00
parent ab81e122d1
commit 90088116ff

View File

@ -54,6 +54,7 @@
<div class="mb-1">
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container-fluid">
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
@ -88,6 +89,7 @@
{% endif %}
</ul>
</div>
</div>
</nav>
</div>