calque/src/routes/(editor)/index.css
2024-10-02 16:31:23 +02:00

8 lines
No EOL
114 B
CSS

section.index {
display: grid;
grid: 100% / 20% 1fr;
& > aside {
overflow: clip auto;
}
}