From 0fc73a6e477fae3bd1b0ba04403b331111514f81 Mon Sep 17 00:00:00 2001
From: Wonderfall <wonderfall@targaryen.house>
Date: Thu, 4 May 2017 18:16:00 +0200
Subject: [PATCH] about page : use slightly more space (#2791)

---
 app/javascript/styles/about.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss
index b1139b86ff..a969c867b7 100644
--- a/app/javascript/styles/about.scss
+++ b/app/javascript/styles/about.scss
@@ -7,7 +7,7 @@
     padding-bottom: 50px;
 
     &.thicc {
-      max-width: 700px;
+      max-width: 800px;
     }
   }
 
@@ -228,7 +228,7 @@
 
   .sidebar {
     border-left: 1px solid lighten($color1, 10%);
-    width: 180px;
+    width: 200px;
     flex: 0 0 auto;
   }
 
-- 
GitLab