From 40a9a51d09435318d320e1f2a698e3e88cd742c7 Mon Sep 17 00:00:00 2001 From: Bram Kamies Date: Wed, 12 Jun 2024 17:12:32 +0200 Subject: [PATCH] Remove styles for `footer` that cause text overlapping --- styles/main.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/styles/main.css b/styles/main.css index 238d52d..335e4a8 100755 --- a/styles/main.css +++ b/styles/main.css @@ -15,12 +15,6 @@ html, body { -webkit-font-smoothing: antialiased; } -footer { - position: absolute; - width: 100%; - background: #fff; -} - #background-canvas { position: fixed; height: 100%;