umami/components/pages/login/LoginLayout.module.css

8 lines
122 B
CSS
Raw Normal View History

2023-01-11 23:47:38 +01:00
.layout {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}