diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index f726b15..70f59a2 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,6 +6,11 @@ let { children } = $props(); + + + + +
@@ -22,33 +27,4 @@ flex-direction: column; min-height: 100vh; } - - main { - flex: 1; - display: flex; - flex-direction: column; - padding: 1rem; - width: 100%; - max-width: 64rem; - margin: 0 auto; - box-sizing: border-box; - } - - footer { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - padding: 12px; - } - - footer a { - font-weight: bold; - } - - @media (min-width: 480px) { - footer { - padding: 12px 0; - } - } diff --git a/src/routes/Footer.svelte b/src/routes/Footer.svelte index 397c541..d04a2c0 100644 --- a/src/routes/Footer.svelte +++ b/src/routes/Footer.svelte @@ -1,14 +1,9 @@ - - - - -