From 14f48ec44006301aa066b6d5a0c2d4742b2691e8 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Wed, 13 Apr 2016 09:23:54 +0200 Subject: [PATCH] Prevent clipping of header. Fixes: #167 --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 1d9a0de7..1795e999 100644 --- a/css/main.css +++ b/css/main.css @@ -94,8 +94,8 @@ header { font-family: "Roboto Condensed"; font-weight: 400; border-bottom: 1px solid #666; - line-height: 0.35em; - padding-bottom: 10px; + line-height: 15px; + padding-bottom: 5px; margin-bottom: 10px; color: #999; }