website/src/styles/pages/about.css
2024-04-21 13:34:34 +09:00

7 lines
No EOL
118 B
CSS

@scope ([data-css='pages/about']) {
:scope {
height: 100svh;
display: grid;
place-content: center;
}
}