mirror of
https://codeberg.org/danielsiepmann/news-reader-php.git
synced 2024-11-22 04:06:09 +01:00
4 lines
126 B
SCSS
4 lines
126 B
SCSS
body > main {
|
|
display: grid;
|
|
grid-template-columns: var(--width-sidebar-max) calc(100% - var(--width-sidebar-max));
|
|
}
|