e228f074c29d76766507237865ab59cba2bc08ed
custom.css
| ... | ... | @@ -1,5 +1,13 @@ |
| 1 | 1 | /* CSS for TakeAsh.net */
|
| 2 | 2 | |
| 3 | 3 | #wiki-wrapper {
|
| 4 | - max-width: initial;
|
|
| 4 | + max-width: 95%;
|
|
| 5 | +}
|
|
| 6 | +
|
|
| 7 | +#wiki-sidebar {
|
|
| 8 | + width: 18%;
|
|
| 9 | +}
|
|
| 10 | +
|
|
| 11 | +.has-sidebar #wiki-body {
|
|
| 12 | + width: 80%;
|
|
| 5 | 13 | }
|