Smaller footer

This commit is contained in:
Timothy Armes
2023-10-10 11:06:12 +02:00
committed by Owen Rees
parent bd0993ed72
commit c0986fa64e
2 changed files with 6 additions and 10 deletions
+1 -5
View File
@@ -9,13 +9,9 @@ export default function Footer() {
return (
<footer
className="fixed bottom-0 z-30 flex h-20 w-[100vw] flex-col items-center justify-center justify-items-center bg-primary-600 px-5 py-2 text-white dark:bg-gray-700"
className="fixed bottom-0 z-30 flex h-12 w-[100vw] flex-col items-center justify-center justify-items-center bg-primary-600 px-5 py-2 text-white dark:bg-gray-700"
data-test="footer"
>
<div className="text-center">
&copy; {new Date().getFullYear()} - Owen&nbsp;Rees & Timothy&nbsp;Armes
</div>
<div className="flex items-center py-2 hover:[&_a]:opacity-80">
<Link
href="https://github.com/TheRealOwenRees/echecsfrance"