1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-24 02:06:19 +01:00
umami/components/metrics/WebsiteHeader.module.css

16 lines
245 B
CSS

.title {
color: var(--gray-900);
font-size: var(--font-size-large);
line-height: var(--font-size-large);
}
.button {
font-size: var(--font-size-small);
}
@media only screen and (max-width: 576px) {
.active {
display: none;
}
}