8 lines
No EOL
114 B
CSS
8 lines
No EOL
114 B
CSS
section.index {
|
|
display: grid;
|
|
grid: 100% / 20% 1fr;
|
|
|
|
& > aside {
|
|
overflow: clip auto;
|
|
}
|
|
} |