From 4e366f27a17f4f50282903b7190fb29452ee33dc Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sat, 18 Feb 2017 13:02:50 +0100 Subject: [PATCH] Use percentages for main view flex-basis. --- src/App.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.scss b/src/App.scss index 036b4cdf1f..3547f2582a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -243,13 +243,13 @@ nav { } .main { - flex: 2; - flex-basis: 500px; + flex: 1; + flex-basis: 65%; } .sidebar { flex: 1; - flex-basis: 300px; + flex-basis: 35%; } .mobile-shown {