umami/components/metrics/WebsiteHeader.module.css

24 lines
339 B
CSS

.title {
color: var(--gray900);
font-size: var(--font-size-large);
line-height: var(--font-size-large);
align-items: center;
display: flex;
max-width: 100%;
overflow: hidden;
}
.titleLink {
max-width: 100%;
}
.link {
font-weight: 600;
}
@media only screen and (max-width: 576px) {
.active {
display: none;
}
}