From e44bdc1bb80ce7cca7d6fa79e4a1a574b8fa3ef3 Mon Sep 17 00:00:00 2001
From: Julien Schmidt <js@stusta.net>
Date: Mon, 23 Apr 2018 13:13:40 +0200
Subject: [PATCH] fix header stats positioning on mobile

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

diff --git a/static/css/main.css b/static/css/main.css
index 9f55bfa..3845567 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -669,12 +669,12 @@ footer .lang-dropdown {
     .big-hero header h1 {
         padding: 25px 0 0;
     }
-    
+
     #stats {
         top: 25px;
         right: 0;
     }
-    
+
     #stats div {
         padding: 9px 0;
         font-size: 13px;
@@ -716,6 +716,7 @@ footer .lang-dropdown {
         white-space: nowrap;
         font-size: 12px;
         padding: 6px 0;
+        width: 50%;
     }
 
     #stats div span {
-- 
GitLab