Use percentages for main view flex-basis.

This commit is contained in:
Roger Braun 2017-02-18 13:02:50 +01:00
parent 7429ff986f
commit 4e366f27a1
1 changed files with 3 additions and 3 deletions

View File

@ -243,13 +243,13 @@ nav {
} }
.main { .main {
flex: 2; flex: 1;
flex-basis: 500px; flex-basis: 65%;
} }
.sidebar { .sidebar {
flex: 1; flex: 1;
flex-basis: 300px; flex-basis: 35%;
} }
.mobile-shown { .mobile-shown {