From d054408408ee7992dbb65a8e0bf46d6936248331 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Wed, 2 Dec 2020 21:42:58 +0100 Subject: [PATCH] Fix height of navbar brand --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 6a455c8..86c6540 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -8,12 +8,11 @@ a { .navbar { border-bottom: var(--teckids-primary-dark) 3px solid; - height: 80px; } .navbar-brand { padding: 0; - height: 100% + height: 50px; } img#logo { -- GitLab