mirror of
https://github.com/SkyfallWasTaken/skyfalldev.git
synced 2025-05-25 06:53:07 +00:00
Some styling updates
This commit is contained in:
parent
3d317a8a45
commit
7ac96c3260
3 changed files with 9 additions and 4 deletions
|
@ -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"
|
||||
>
|
||||
© {today.getFullYear()} Skyfall. All rights reserved.
|
||||
<div class="flex flex-row gap-3 m-2">
|
||||
<Twitter />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue