umami/components/charts/WebsiteHeader.module.css
2020-08-18 00:51:32 -07:00

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;
}
}