Moved alerts to the bottom middle of every page

This commit is contained in:
2024-01-05 21:40:32 +00:00
parent 2cf3fc9fbf
commit 8702aa86a5
5 changed files with 64 additions and 49 deletions

View File

@ -11,7 +11,7 @@
</head>
<body>
{% include 'header.html' %}
<div class="container container-fixed">
<div class="container">
{% include content %}
</div>
</body>