31c1994f46073cb3d4b38e4107d0cf79bb1b1b5c
custom.css
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | }
|
| 6 | 6 | |
| 7 | 7 | #wiki-content>.has-sidebar {
|
| 8 | - /* display: flex; */
|
|
| 8 | + display: flex;
|
|
| 9 | 9 | flex-direction: row-reverse;
|
| 10 | 10 | }
|
| 11 | 11 | |
| ... | ... | @@ -22,4 +22,8 @@ |
| 22 | 22 | |
| 23 | 23 | .markdown-body {
|
| 24 | 24 | padding: 1em;
|
| 25 | +}
|
|
| 26 | +
|
|
| 27 | +.col-3 {
|
|
| 28 | + width: initial;
|
|
| 25 | 29 | } |
| ... | ... | \ No newline at end of file |