feat(templates): Tweak base template

This allows content to stay at a reasonable size
This commit is contained in:
Tom Hubrecht 2024-10-12 22:24:16 +02:00
parent 304fe1f249
commit 24f825c1dd
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -16,7 +16,7 @@
<body>
{% include "_hero.html" %}
<section class="section">
<section class="container is-max-widescreen py-6">
<div id="notifications">
{% for message in messages %}
<article class="notification is-light has-text-centered {{ message.tags }}">