mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
17 lines
244 B
CSS
17 lines
244 B
CSS
.container {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-self: stretch;
|
|
}
|
|
|
|
.chart {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.title {
|
|
font-size: var(--font-size-lg);
|
|
line-height: 60px;
|
|
font-weight: 600;
|
|
}
|