5 lines
103 B
CSS
5 lines
103 B
CSS
aside#table-of-contents {
|
|
grid-column: wide-content-right / margin-right;
|
|
grid-row: 1 / -1;
|
|
|
|
}
|