Implement layout (wip)

This commit is contained in:
Akira Tempaku 2024-04-25 17:19:40 +09:00
parent 0f7978cc5c
commit b62a2dd8c4
13 changed files with 69 additions and 36 deletions
assets/css/pages

View file

@ -1,6 +1,6 @@
@scope ([data-css='pages/index.css']) {
:scope {
height: 100svh;
height: 100%;
display: grid;
place-content: center;
}