From f15f4395e2adf6b78cc2b7d977f76e3b7f9d08ce Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 22 Jul 2019 12:10:49 -0400 Subject: [PATCH 1/1] rm unnecessary css that messes up print preview the footer looks fine without this, and the print preview now looks correct. --- css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/style.css b/css/style.css index bf8782f..6709afe 100644 --- a/css/style.css +++ b/css/style.css @@ -194,9 +194,6 @@ a { transition: 0.3s; } /* full page width for footer */ .footer { - position: absolute; - left: 0; - right: 0; width: 100%; } -- 2.25.1