From 3bd62fc30eb93974955178f8199c945e5cdc6560 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Tue, 1 Dec 2020 16:39:43 +0100
Subject: [PATCH] Fix height of navbar

---
 static/css/style.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/static/css/style.css b/static/css/style.css
index 7dfd653..40262b6 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -8,10 +8,12 @@ a {
 
 .navbar {
 	border-bottom: var(--teckids-orange-dark) 3px solid;
+        height: 80px;
 }
 
 .navbar-brand {
 	padding: 0;
+        height: 100%
 }
 
 img#logo {
-- 
GitLab