16e3db549feeb5ab0629185269056b5e2e4ce181
custom.css
| ... | ... | @@ -4,8 +4,8 @@ |
| 4 | 4 | max-width: 95%;
|
| 5 | 5 | }
|
| 6 | 6 | |
| 7 | -#wiki-content > .has-sidebar {
|
|
| 8 | - display: flex;
|
|
| 7 | +#wiki-content>.has-sidebar {
|
|
| 8 | + /* display: flex; */
|
|
| 9 | 9 | flex-direction: row-reverse;
|
| 10 | 10 | }
|
| 11 | 11 | |
| ... | ... | @@ -22,4 +22,4 @@ |
| 22 | 22 | |
| 23 | 23 | .markdown-body {
|
| 24 | 24 | padding: 1em;
|
| 25 | -}
|
|
| 25 | +} |
|
| ... | ... | \ No newline at end of file |