umami/src/app/login/page.module.css
2023-09-29 05:29:22 -07:00

8 lines
123 B
CSS

.page {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background: var(--base75);
}