From b04ce9a62b416c288f52b01533db239abf4d8d1b Mon Sep 17 00:00:00 2001
From: "j.vondoemming" <j.vondoemming@stud.uni-goettingen.de>
Date: Wed, 24 Mar 2021 19:56:52 +0100
Subject: [PATCH] fixed menu width

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

diff --git a/static/style.css b/static/style.css
index 282da28..bd1012e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -123,6 +123,8 @@ body > header label {
 	border-bottom: 0.1em solid #336;
 	transition: background-color 0.1s, border 0.1s;
 	width: 100%;
+	padding-left: auto;
+	padding-right: auto;
 }
 body > header label:hover {
 	background-color: #e6e6e6;
-- 
GitLab