diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-21 09:14:41 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-21 09:14:41 +0200 |
| commit | 8dccf67143150281271f3a1cb05939df29fa64b6 (patch) | |
| tree | aaba833b5634dbae305a5411a5228da7bee5a576 /src/layouts/Layout.astro | |
| parent | ac07b73384de511e04542e9ac3a500eb81f92b92 (diff) | |
Footer margin
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d4d4e7e..03bca69 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -104,7 +104,7 @@ const { <div class="max-w-6xl w-full sm:p-8 p-2 min-h-[800px]"> <slot /> </div> - <footer class="text-xs my-4 pb-3 text-center"> + <footer class="text-xs m-4 pb-3 text-center"> <p> Created by <a href="https://yuv.al" |
