mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-04 06:54:47 +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;
|
||
|
}
|