💄 fixing styling on frontpage, footer & header

This commit is contained in:
Sindre Kjelsrud 2023-12-09 17:28:02 +01:00
parent 964d609197
commit a58e2c893c
3 changed files with 4 additions and 8 deletions

View file

@ -2,6 +2,6 @@
const today = new Date();
---
<footer class="flex justify-center w-full py-5 fixed bottom-0 footerbg">
<footer class="flex justify-center py-5 footerbg">
{today.getFullYear()} &copy; Sindre Kjelsrud.
</footer>

View file

@ -11,7 +11,7 @@ import ThemeIcon from './ThemeIcon.astro';
</a>
<ThemeIcon />
</div>
<nav class="flex gap-4">
<nav class="flex gap-2">
<HeaderLink href="/about">about</HeaderLink>
<HeaderLink href="#">projects</HeaderLink>
<HeaderLink href="#">resume</HeaderLink>