umami/components/pages/login/LoginLayout.module.css
2023-01-11 14:47:38 -08:00

8 lines
122 B
CSS

.layout {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}