header and footer fluid

This commit is contained in:
gw3000 2023-07-31 16:46:14 +02:00
parent d6fc2f4f9e
commit 04829e13aa
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{% if user.is_authenticated %}
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
<div class="container">
<div class="container-fluid">
<a class="navbar-brand" href="{% url 'index' %}">
<img src="{% static 'img/favicon/l.png' %}" alt="logo" width="35" height="35" />
</a>