umami/components/pages/login/LoginLayout.module.css
2023-01-18 15:05:39 -08:00

9 lines
151 B
CSS

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