Skip to content

Commit

Permalink
Center the footer text as well (#55)
Browse files Browse the repository at this point in the history
# Problem

The footer text would not always center on very small screens
  • Loading branch information
wilwade authored Nov 13, 2024
1 parent af6bcf2 commit babe5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)}
>
<FrequencyLogo class="w-[146px] md:w-[257px]" />
<aside class="flex flex-col items-center space-y-4 leading-none md:flex-row md:space-x-4 md:space-y-0">
<aside class="flex flex-col items-center space-y-4 text-center leading-none md:flex-row md:space-x-4 md:space-y-0">
<div>
© {new Date().getFullYear()} Frequency Network Foundation <span class="md:hidden">All Rights Reserved</span>
</div>
Expand Down

0 comments on commit babe5fe

Please sign in to comment.