mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +01:00
14 lines
163 B
CSS
14 lines
163 B
CSS
.container {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.nav {
|
|
width: 200px;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.title {
|
|
color: var(--base800);
|
|
text-align: center;
|
|
font-weight: 700;
|
|
}
|