Change Styling and code cleanup

This commit is contained in:
Esa Kataja
2024-10-12 16:20:10 +03:00
parent 0054a2484f
commit 6bf57ff672
5 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
</script>
<Header />
<main class="container mx-auto p-6">
<main class="container max-w-screen-lg mx-auto p-6">
<slot />
</main>
<Footer />