mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +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;
|
|
}
|