From 1e65016d7184acbe938b59ee11c896f1ee933376 Mon Sep 17 00:00:00 2001 From: Absturztaube Date: Sun, 26 Jul 2020 12:50:47 +0200 Subject: [PATCH] fix flex --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 65b86927..38ecd8d6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -656,7 +656,7 @@ nav { } .main { - flex-basis: 50%; + flex-basis: 25%; flex-grow: 1; flex-shrink: 1; }