mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
12 lines
131 B
CSS
12 lines
131 B
CSS
.layout {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.center {
|
|
align-items: center;
|
|
}
|
|
|
|
.middle {
|
|
justify-content: center;
|
|
}
|