rm unnecessary css that messes up print preview
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 22 Jul 2019 16:10:49 +0000 (12:10 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 22 Jul 2019 16:10:49 +0000 (12:10 -0400)
the footer looks fine without this, and the print preview now looks
correct.

css/style.css

index bf8782fc649b0779f4752f4605e239a6d6c8664d..6709afeafff8f95e308dc765b6a1b383f4aeaada 100644 (file)
@@ -194,9 +194,6 @@ a { transition: 0.3s; }
 
 /* full page width for footer */
 .footer {
-  position: absolute;
-  left: 0;
-  right: 0;
   width: 100%;
 }