From 000948bc8aefdbdab0d51dcf5aab1b760804a1d8 Mon Sep 17 00:00:00 2001 From: matthieu42morin Date: Mon, 29 Apr 2024 05:09:16 +0200 Subject: [PATCH] footer fixes, should be responsive --- src/lib/components/main/footer.svelte | 42 +++++++++++++-------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/src/lib/components/main/footer.svelte b/src/lib/components/main/footer.svelte index a6de8dc..92e0eeb 100644 --- a/src/lib/components/main/footer.svelte +++ b/src/lib/components/main/footer.svelte @@ -14,7 +14,7 @@ class="footer footer-center bg-base-300 text-base-content shadow-inner p-8 {rounded ? 'rounded-box' : 'md:rounded-box'} {sticky ? 'sticky bottom-0 z-0 md:static' : ''} {className ?? ''}"> -
+

{#if footerConfig.nav} {#each footerConfig.nav as { text, link }, i} @@ -30,20 +30,24 @@ : new Date().toJSON().substring(0, 4)} {site.author.name}
-
The code of this site is + + + All content by me, the Author, unless otherwise stated, is permissively licensed under MIT LicensedCC BY-SA 4.0. - Powered by + + The code of this site is - Urara + class="tooltip tooltip-secondary link-primary font-bold hover:text-secondary" + data-tip="🌸 See the license [δ] - Based on MDsveX & SvelteKit 🌸" + href="https://git.mattmor.in/Madmin/its-personal/src/branch/master/LICENSE"> + MIT licensed, Powered by my code & Urara {#if footerConfig.html}
@@ -51,26 +55,20 @@ {/if}

+ - - - + -->