umami/src/app/login/LoginPage.module.css

8 lines
123 B
CSS
Raw Normal View History

2023-09-29 14:29:22 +02:00
.page {
2023-01-11 23:47:38 +01:00
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background: var(--base75);
2023-01-11 23:47:38 +01:00
}