mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
9 lines
151 B
CSS
9 lines
151 B
CSS
.layout {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
background: var(--base75);
|
|
}
|