From ada43bfc2917e328065935e397acd5a9ba4b6934 Mon Sep 17 00:00:00 2001 From: John Hess Date: Sat, 9 Sep 2023 11:56:23 -0500 Subject: [PATCH] fix askew footer on 404 page --- 404.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/404.html b/404.html index 79aa369..6daa773 100644 --- a/404.html +++ b/404.html @@ -16,11 +16,6 @@ layout: default line-height: 1; letter-spacing: -1px; } - footer { - bottom: 0; - position: absolute; - width: 100%; - }