From f26465023eddfccfcecc0cd21f6e0600eb90cd64 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 17:31:39 -0400 Subject: Mobile header tweaks --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index f4d14df..4a2099b 100644 --- a/style.css +++ b/style.css @@ -466,7 +466,7 @@ nav { @media screen and (max-width: 520px) { nav { float: none; - margin-top: 15px; + margin-top: 9px; display: block; font-size: 16px; } } nav a { @@ -477,7 +477,8 @@ nav { letter-spacing: 1px; } @media screen and (max-width: 520px) { nav a { - margin: 0 10px; } } + margin: 0 10px; + color: #4183c4; } } .posts > .post { padding-bottom: 2em; -- cgit v1.2.3