container lg

This commit is contained in:
gw3000 2023-07-31 19:43:27 +02:00
parent 1c510a6044
commit af77e6f3fd
3 changed files with 3 additions and 3 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-fluid">
<div class="container-lg">
<a class="navbar-brand" href="{% url 'index' %}">
<img src="{% static 'img/favicon/l.png' %}" alt="logo" width="35" height="35" />
</a>