Adjust spacing in sections

master
Quentin Duchemin 2023-09-02 11:56:33 +02:00
parent 5fd952cc72
commit c5069102b1
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
".Params.incoming" "!=" true)
}}
{{ range $paginator.Pages }}
<div class="column is-variable is-one-third py-0 my-3">
<div class="column is-variable is-one-third py-0 my-4">
{{ .Render "summary" }}
</div>
{{ end }}

View File

@ -4,7 +4,7 @@
<main>
{{/* A section _index.md may have a content, describing its theme */}}
{{ with .Content }}
<article class="message mt-5 mb-2">
<article class="message mt-5 mb-5">
<div class="message-body content">
{{ . }}
</div>