Improved styling on the main page

This commit is contained in:
2024-01-05 21:16:02 +00:00
parent 868876b98e
commit 2cf3fc9fbf
4 changed files with 43 additions and 32 deletions

View File

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