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 {
max-width: 80%;
margin: 0 auto;
padding: 3rem 0 3rem 0;
padding-top: 3rem;
hyphens: auto;
text-align: left;
line-height: 1.8;

View file

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