From 697ec405a58f33aaf63b0b8fef0e71296bbf62f8 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 20 Jun 2015 16:57:40 -0400 Subject: [PATCH] Fix. --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 7f89540..d799e97 100644 --- a/style.css +++ b/style.css @@ -5,8 +5,6 @@ } #header_contents { - display: none; - position: relative; width: 75%; left: 12.5%; @@ -20,5 +18,6 @@ } #header_blurb { + display: none; }