Some styling updates

This commit is contained in:
SkyfallWasTaken 2024-07-07 20:39:35 +01:00
parent 3d317a8a45
commit 7ac96c3260
3 changed files with 9 additions and 4 deletions

View file

@ -5,7 +5,9 @@ import Twitter from "./socialIcons/Twitter.astro";
const today = new Date();
---
<footer class="bg-crust text-text flex flex-col items-center py-4">
<footer
class="bg-crust text-text flex flex-col items-center py-4 bottom-0 w-full"
>
&copy; {today.getFullYear()} Skyfall. All rights reserved.
<div class="flex flex-row gap-3 m-2">
<Twitter />