From b0c8816e99ef907f0af6a590df3e1a67ef702d5b Mon Sep 17 00:00:00 2001
From: Jonas Leder <git@jonasled.de>
Date: Sun, 28 Mar 2021 20:20:28 +0200
Subject: [PATCH] use smaller padding on mobile header

---
 scss/_mobile.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scss/_mobile.scss b/scss/_mobile.scss
index 4017fd3..ac67302 100644
--- a/scss/_mobile.scss
+++ b/scss/_mobile.scss
@@ -36,4 +36,9 @@
       max-width: 100%;
     }
   }
+
+  .header-homepage{
+    padding-top: 50px;
+    padding-bottom: 100px;
+  }
 }
\ No newline at end of file
-- 
GitLab