umami/components/MetricCard.module.css

17 lines
205 B
CSS

.card {
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 50px;
}
.value {
font-size: 36px;
line-height: 40px;
font-weight: 600;
}
.label {
font-size: 16px;
}