diff options
| author | Sébastien Dailly <sebastien@dailly.me> | 2026-06-21 09:39:13 +0200 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2026-06-21 09:39:13 +0200 |
| commit | d6dcc8b1a0c9cfaa6f95119a171081a26a62c776 (patch) | |
| tree | b909f28edef86b21bf49a94ab2ff6ee6244e014e /theme/bulma/templates | |
| parent | 25573f4ecc188934749f39421aa2fc78091c7f34 (diff) | |
Diffstat (limited to 'theme/bulma/templates')
| -rw-r--r-- | theme/bulma/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/bulma/templates/base.html b/theme/bulma/templates/base.html index d3eb571..35156b8 100644 --- a/theme/bulma/templates/base.html +++ b/theme/bulma/templates/base.html @@ -57,7 +57,7 @@ </head> <body id="index" class="home"> - <main class="columns is-desktop"> + <main class="columns is-desktop" style="margin-top: 0;"> <div class="column is-3-desktop has-text-centered aside p-6"> {% include "partial/sidebar.html" %} {% include "partial/nav.html" %} |
