Adjust spacing in sections
parent
5fd952cc72
commit
c5069102b1
|
@ -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 }}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue