From 203bf9eeaaf52bd576a66823e61829075e31456b Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sat, 29 Feb 2020 21:15:22 +0100
Subject: [PATCH] Fix border

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

diff --git a/static/css/style.css b/static/css/style.css
index 27db80f..01e3f08 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -6,7 +6,7 @@ a {
 	color: #5e42ed;
 }
 
-nav {
+.navbar {
 	border-bottom: #2855e6 3px solid;
 }
 
-- 
GitLab