revert: remove sticky footer
This commit is contained in:
@@ -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">
|
||||||
© {time.Now().Year()} mal. Open source anime tracking.
|
© {time.Now().Year()} mal. Open source anime tracking.
|
||||||
|
|||||||
Reference in New Issue
Block a user