💄 fix some styling of footer & sectioncontainer

This commit is contained in:
Sindre Kjelsrud 2023-12-13 13:20:37 +01:00
parent 6811c656e9
commit 2b7805a380
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -12,7 +12,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
</head>
<body>
<section class="mx-auto max-w-3xl px-4 sm:px-6 xl:max-w-2xl xl:px-0">
<div class="flex flex-col justify-between h-screen">
<div class="flex flex-col h-screen">
<Header title={SITE_TITLE} />
<slot class="flex-1"/>