From cbdd6dc658719e50123374f01caa8eb5f527cb76 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Fri, 4 Mar 2022 18:28:50 +0300 Subject: [PATCH] fix footer padding stuff --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 69c8262..ab1e494 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -18,7 +18,7 @@ text-align: center; color: #888; position: absolute; - bottom: -1.2em; + bottom: 0; left: 0; }