From 5f03ab968712a24a647a15e3216b906c6ecd6ff0 Mon Sep 17 00:00:00 2001 From: dhg Date: Thu, 11 Dec 2014 14:25:15 -0800 Subject: [PATCH] fixing the vertical misalignment brought up in issue #185 --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index e6b26b5..c6af9e2 100644 --- a/css/custom.css +++ b/css/custom.css @@ -143,7 +143,7 @@ letter-spacing: .2rem; margin-right: 35px; text-decoration: none; - line-height: 6.3rem; + line-height: 6.5rem; color: #222; } .navbar-link.active { color: #33C3F0; }