Skip to content

Commit 9860aa5

Browse files
committed
move footer down a little
1 parent 50a33cc commit 9860aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/personal.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule Personal do
6161
<main class="relative grow min-h-96 flex-1 p-4">
6262
<%= render_slot(@inner_block) %>
6363
</main>
64-
<footer class="bg-bludacris p-4 text-center">
64+
<footer class="mt-10 bg-bludacris p-4 text-center">
6565
© Andy LeClair 2024 | <a href="/atom.xml">Atom</a> | <a href="/feed.xml">RSS</a>
6666
</footer>
6767
</div>

0 commit comments

Comments
 (0)