mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-03 14:34:46 +01:00
10 lines
117 B
CSS
10 lines
117 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|