umami/src/app/login/LoginPage.module.css
2024-02-05 23:59:33 -08:00

8 lines
123 B
CSS

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