From 1fd51352e3da002980d134a4c55e32ebce0548d7 Mon Sep 17 00:00:00 2001 From: Abdulee Date: Mon, 19 Feb 2024 20:27:06 +0100 Subject: [PATCH] fixed footer on mobile devices --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 6311229..4a36fb7 100644 --- a/style.css +++ b/style.css @@ -36,7 +36,6 @@ footer { color: #fff; text-align: center; padding: 1em; - position: absolute; bottom: 0; width: 100%; }