From 1a22aa95f8de751b919b7b1bad3ab34bd5ba8025 Mon Sep 17 00:00:00 2001 From: Christofer Date: Thu, 21 Sep 2023 17:32:42 +0400 Subject: [PATCH] Footer: Fix bottom margin --- src/lib/components/Footer.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index ec994b4..99e4eb4 100755 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -101,7 +101,7 @@ } .gradient { position: absolute; - top: -450px; + bottom: 50px; left: 0px; width: 100%; height: 900px;