mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-13 10:01:02 -05:00
7 lines
46 B
Text
7 lines
46 B
Text
|
.flex-0 {
|
||
|
flex: 0;
|
||
|
}
|
||
|
.flex-1 {
|
||
|
flex: 1;
|
||
|
}
|