feat(templates): Tweak base template
This allows content to stay at a reasonable size
This commit is contained in:
parent
304fe1f249
commit
24f825c1dd
1 changed files with 1 additions and 1 deletions
|
@ -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 }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue