From aae1f4e5c6ecc3d393abbfc61d411f3a7cf9b669 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 17 May 2016 12:42:03 -0400 Subject: [PATCH] tweaked some styling of items in the header --- styles.css | 6 +++--- templates/template.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 5eb18fc..def3302 100644 --- a/styles.css +++ b/styles.css @@ -260,7 +260,7 @@ header h1 { font-size: 26px; padding-left: 15px; } -@media only screen and (max-width: 325px) { +@media only screen and (max-width: 390px) { header h1 { font-size: 20px; padding-left: 5px; @@ -294,7 +294,7 @@ header h1 { line-height: 30px; } header .phone-social .facebook { - margin-top: -78px; +/* margin-top: -78px;*/ } header img { margin-top: -15px; @@ -309,7 +309,7 @@ header a.facebook { height: 58px; width: 32px; vertical-align: middle; - margin-left: 25px; +/* margin-left: 25px;*/ } nav.top-bar { diff --git a/templates/template.html b/templates/template.html index 8bc2527..40a046e 100644 --- a/templates/template.html +++ b/templates/template.html @@ -53,7 +53,7 @@
- -- 2.17.1