Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 reduce bottom margin on footer
Browse files Browse the repository at this point in the history
Fredkiss3 committed Sep 23, 2024
1 parent 519d346 commit 3e424d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/base-layout.astro
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ const description =
<slot />
</main>
<footer
class="max-w-2xl mx-auto mb-40 border-t border-zinc-500 mt-8 py-2 text-zinc-700 flex justify-between dark:text-inherit">
class="max-w-2xl mx-auto mb-20 border-t border-zinc-500 mt-8 py-2 text-zinc-700 flex justify-between dark:text-inherit">
<small>Copyright &copy; 2024 - Fred KISSIE</small>
<div class="flex flex-col gap-1">
<small>

0 comments on commit 3e424d7

Please sign in to comment.