From 48b47970f5c7521c9eb9bf7d64ae7a3b0a425003 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Fri, 23 Sep 2022 23:41:52 +0100 Subject: [PATCH] remove footer messups --- css/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/index.css b/css/index.css index 9b9617a..4f0db8e 100644 --- a/css/index.css +++ b/css/index.css @@ -393,8 +393,6 @@ img { display: block; } footer { - position: sticky; - bottom: 0; text-align: center; padding: 2em; }