enlarge container (fluid)

This commit is contained in:
Gabriel Augendre 2024-04-09 18:43:35 +02:00 committed by GitHub
parent 451c068d5d
commit 1c0ee3c5d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@
<body class="d-flex flex-column min-vh-100 mb-0">
{% include "common/navbar.html" %}
<main class="mb-4">
<div class="container">
<div class="container-fluid">
{% bootstrap_messages %}
{% block content %}
{% endblock %}