From 06d42d72fbfbe97ef186fbdb586f68cb978c8aa1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 May 2018 15:23:03 -0400 Subject: [PATCH] resetting header to original location --- css/responsive.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/responsive.css b/css/responsive.css index 0cf9c2b..6f766b6 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -323,8 +323,8 @@ Responsive CSS @media (min-width: 1000px){ #site-logo { - position: relative; - top: -20px; + /* position: relative; + top: -20px; */ /* max-width: 180px; */ } } -- 2.17.1