mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
fix: add margin-top to site footer
This commit is contained in:
parent
652caeabb1
commit
4fc5b7467f
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@ footer.site-footer {
|
|||
padding: 20px 0 var(--section-separation) 0;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.75;
|
||||
margin-top: var(--section-separation);
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
|
|
|
@ -13,8 +13,9 @@
|
|||
{{ range $index, $element := $pag.Pages }}
|
||||
{{ partial "article-list/default" . }}
|
||||
{{ end }}
|
||||
{{- partial "pagination.html" . -}}
|
||||
</section>
|
||||
|
||||
{{- partial "pagination.html" . -}}
|
||||
|
||||
{{ partialCached "footer" . }}
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue