changed footer margin
All checks were successful
publish / publish (push) Successful in 23s

This commit is contained in:
Jannik Menzel 2025-06-05 14:20:11 +02:00
parent 5780ca6660
commit 874441bb84
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
#markdown { #markdown {
max-width: 80%; max-width: 80%;
margin: 0 auto; margin: 0 auto;
padding: 3rem 0 3rem 0; padding-top: 3rem;
hyphens: auto; hyphens: auto;
text-align: left; text-align: left;
line-height: 1.8; line-height: 1.8;

View file

@ -13,7 +13,7 @@
<main> <main>
{{ block "main" . }}{{ end }} {{ block "main" . }}{{ end }}
</main> </main>
<footer> <footer class="mt-4">
<div class="container"> <div class="container">
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</div> </div>