diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-18 13:02:50 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-18 13:02:50 +0100 |
| commit | 4e366f27a17f4f50282903b7190fb29452ee33dc (patch) | |
| tree | 539cf4914c4e4a49176f7c540f18f48d672353a3 | |
| parent | 7429ff986fbe5b3e815a7ac5447e824dc43c51de (diff) | |
Use percentages for main view flex-basis.
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index 036b4cdf..3547f258 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 { |
