mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
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