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 {
flex: 2;
flex-basis: 500px;
flex: 1;
flex-basis: 65%;
}
.sidebar {
flex: 1;
flex-basis: 300px;
flex-basis: 35%;
}
.mobile-shown {