From d9e43e8bfe94a02fc0b5a0af7f40ff4bb0eeb33a Mon Sep 17 00:00:00 2001
From: Julien Schmidt <js@stusta.net>
Date: Sun, 22 Apr 2018 19:18:26 +0200
Subject: [PATCH] small screen fixes

---
 static/css/main.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/static/css/main.css b/static/css/main.css
index b8b6906..3298e0c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -640,6 +640,7 @@ footer .lang-dropdown {
 
     .big-hero header {
         background-size: auto 250px;
+        height: 250px;
     }
 
     header h1 {
@@ -650,7 +651,7 @@ footer .lang-dropdown {
 
     .big-hero header h1 {
         background-position: 50% 50%;
-        padding: 100px 0;
+        padding: 80px 0 0;
     }
 
     article > *,
-- 
GitLab