Skip to content
Snippets Groups Projects
Commit 4e366f27 authored by lain's avatar lain
Browse files

Use percentages for main view flex-basis.

parent 7429ff98
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment