forked from AkkomaGang/akkoma-fe
Use percentages for main view flex-basis.
This commit is contained in:
parent
7429ff986f
commit
4e366f27a1
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue