revert: remove sticky footer

This commit is contained in:
2026-04-25 22:40:58 +02:00
parent 1895cd09ad
commit 73c49f6649

View File

@@ -95,7 +95,7 @@ templ Layout(title string, showHeader bool) {
}> }>
{ children... } { children... }
</main> </main>
<footer class="sticky bottom-0 z-50 border-t border-(--panel-soft) bg-(--panel) text-(--text-muted) py-6 mt-auto"> <footer class="border-t border-(--panel-soft) bg-(--panel) text-(--text-muted) py-6 mt-auto">
<div class="mx-auto max-w-(--breakpoint-2xl) px-4 flex justify-between items-center"> <div class="mx-auto max-w-(--breakpoint-2xl) px-4 flex justify-between items-center">
<p class="text-sm"> <p class="text-sm">
&copy; {time.Now().Year()} mal. Open source anime tracking. &copy; {time.Now().Year()} mal. Open source anime tracking.