aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-18 13:02:50 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-18 13:02:50 +0100
commit4e366f27a17f4f50282903b7190fb29452ee33dc (patch)
tree539cf4914c4e4a49176f7c540f18f48d672353a3 /src
parent7429ff986fbe5b3e815a7ac5447e824dc43c51de (diff)
Use percentages for main view flex-basis.
Diffstat (limited to 'src')
-rw-r--r--src/App.scss6
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 {