From 6988f5dbb3ddaa6c189fd71be237ce49241e248e Mon Sep 17 00:00:00 2001
From: Paul Tolstoi <paul.tolstoi@gmail.com>
Date: Sun, 22 Apr 2018 20:03:01 +0200
Subject: [PATCH] mobile css fixes

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

diff --git a/static/css/main.css b/static/css/main.css
index f75f5af..30994e3 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -18,6 +18,7 @@ html, body {
     border: 0;
     width: 100%;
     height: 100%;
+    min-width: 450px;
 }
 
 body {
@@ -651,7 +652,7 @@ footer .lang-dropdown {
 
     .big-hero header h1 {
         background-position: 50% 50%;
-        padding: 80px 0 0;
+        padding: 25px 0 0;
     }
     
     #stats {
@@ -680,7 +681,37 @@ footer .lang-dropdown {
         padding: 0 25px;
     }
 
+    header {
+        padding: 0;
+    }
+
     footer .editPage a {
         color: transparent;
     }
+
+    #stats {
+        position: static;
+        display: flex;
+        flex-wrap: wrap;
+        padding-top: 12px;
+    }
+
+    #stats div {
+        display: inline;
+        white-space: nowrap;
+        font-size: 12px;
+        padding: 6px 0;
+    }
+
+    #stats div span {
+        font-size: 14px;
+        width: 200px;
+        margin-bottom: 4px;
+    }
+
+    #stats i.fa {
+        font-size: 28px;
+        width: 45px;
+        height: 32px;
+    }
 }
-- 
GitLab