From 6f855a9f4584370d0ddd1d8fa93d668ccd3529bd Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:40:44 +0200 Subject: [PATCH] Fixed Footer Style Fixed an issue where the footer text would wrap in a wrong way on smaller screens and not be aligned correctly. --- src/lib/components/Footer.svelte | 39 +++++++++++++++++--------------- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 8bfaa5f..66bcffd 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -4,23 +4,25 @@