Skip to content

Commit

Permalink
fix: make footer non-sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jan 11, 2024
1 parent d337f25 commit c323166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import XLogo from '#/assets/x.svg'
</header>
<slot />
<footer
class='flex items-center p-4 gap-4 justify-center text-lg font-extrabold text-gray-200 fixed bottom-0 mx-auto w-full'
class='flex items-center p-4 gap-4 justify-center text-lg font-extrabold text-gray-200 bottom-0 mx-auto w-full'
>
<p>&copy; Union.fi Labs, Inc.</p>
</footer>
Expand Down

0 comments on commit c323166

Please sign in to comment.