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 {
|
||||
flex: 2;
|
||||
flex-basis: 500px;
|
||||
flex: 1;
|
||||
flex-basis: 65%;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
flex: 1;
|
||||
flex-basis: 300px;
|
||||
flex-basis: 35%;
|
||||
}
|
||||
|
||||
.mobile-shown {
|
||||
|
|
Loading…
Reference in a new issue