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

9 lines
151 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;
background: var(--base75);
2023-01-11 23:47:38 +01:00
}