From 4f8be203abb5e3a863f6d3330f9222c0cd9b1159 Mon Sep 17 00:00:00 2001
From: Stephan Porada <sporada@uni-bielefeld.de>
Date: Fri, 30 Oct 2020 11:00:56 +0100
Subject: [PATCH] Add margin for <main>

---
 web/app/static/css/nopaque.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/web/app/static/css/nopaque.css b/web/app/static/css/nopaque.css
index 1c65e371..a3130ef8 100644
--- a/web/app/static/css/nopaque.css
+++ b/web/app/static/css/nopaque.css
@@ -1,7 +1,12 @@
+/* Something to hack the tabbar */
 .tab .material-icons {
   line-height: inherit;
 }
 
+main {
+  margin-top: 48px;
+}
+
 /* add custom bold class */
 .bold {
   font-weight: bold;
-- 
GitLab