mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
17 lines
240 B
CSS
17 lines
240 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.title {
|
|
font-size: 24px;
|
|
line-height: 60px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|