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

@ -1,5 +1,5 @@
{% if user.is_authenticated %}
<div class="container">
<div class="container-fluid">
<footer class="footer d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-muted">Version: 0.9-beta © 2023 fbf </p>
<ul class="nav col-md-5 justify-content-end">

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>