From b1623f9da1a3d6f0d01a7437672187d89c380507 Mon Sep 17 00:00:00 2001 From: halworsen Date: Tue, 14 Nov 2017 11:40:28 +0100 Subject: [PATCH] Minor navbar adjustments --- www/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 693b9bd..9737d8a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -54,13 +54,13 @@ nav ul { } nav li { - height: 45px; - line-height: 55px; + height: 100%; + line-height: 50px; } nav a { display: inline-block; - height: 100%; + height: 40px; margin: 0 .7em; text-decoration: none;