mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 01:35:17 +01:00
17 lines
205 B
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;
|
|
}
|