fix: add margin-top to site footer
This commit is contained in:
parent
652caeabb1
commit
4fc5b7467f
@ -2,6 +2,7 @@ footer.site-footer {
|
|||||||
padding: 20px 0 var(--section-separation) 0;
|
padding: 20px 0 var(--section-separation) 0;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
|
margin-top: var(--section-separation);
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -13,9 +13,10 @@
|
|||||||
{{ range $index, $element := $pag.Pages }}
|
{{ range $index, $element := $pag.Pages }}
|
||||||
{{ partial "article-list/default" . }}
|
{{ partial "article-list/default" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- partial "pagination.html" . -}}
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{{- partial "pagination.html" . -}}
|
||||||
|
|
||||||
{{ partialCached "footer" . }}
|
{{ partialCached "footer" . }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user