Much styling

This commit is contained in:
2022-10-15 23:08:49 +02:00
parent 3cee6c9006
commit 6dd52770da
6 changed files with 84 additions and 26 deletions

View File

@ -20,6 +20,9 @@ const Layout: NextPage<ILayoutProps> = ({ title, children }) => {
<main>
{ children }
</main>
<footer>
Copyright und so nen Stuff
</footer>
</div>
</>;
};