mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-02 22:14:43 +01:00
18 lines
244 B
CSS
18 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;
|
|
}
|