From 661a58fe20a44eb5bab58c7f93e3a26aea4ec758 Mon Sep 17 00:00:00 2001
From: Paul Tolstoi <paul.tolstoi@gmail.com>
Date: Sun, 22 Apr 2018 20:20:08 +0200
Subject: [PATCH] fixed mobile width, fixed home header ios

---
 static/css/main.css | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/static/css/main.css b/static/css/main.css
index 30994e3..d16a5b1 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -18,7 +18,7 @@ html, body {
     border: 0;
     width: 100%;
     height: 100%;
-    min-width: 450px;
+    min-width: 400px;
 }
 
 body {
@@ -641,6 +641,8 @@ footer .lang-dropdown {
 
     .big-hero header {
         background-size: auto 250px;
+        background-position: 50% 50%;
+        background-attachment: inherit;
         height: 250px;
     }
 
@@ -651,7 +653,6 @@ footer .lang-dropdown {
     }
 
     .big-hero header h1 {
-        background-position: 50% 50%;
         padding: 25px 0 0;
     }
     
@@ -705,7 +706,7 @@ footer .lang-dropdown {
 
     #stats div span {
         font-size: 14px;
-        width: 200px;
+        width: 175px;
         margin-bottom: 4px;
     }
 
-- 
GitLab