website/src/styles/pages/index.css

7 lines
120 B
CSS
Raw Normal View History

@scope ([data-style='pages/index']) {
2024-04-20 07:45:44 +09:00
:scope {
height: 100svh;
display: grid;
place-content: center;
}
}