Spaces:
Running
Running
File size: 503 Bytes
10e4a4c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body, [class*="css"] {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 500;
color: #091747;
}
[data-testid="metric-container"] {
width: fit-content;
margin: auto;
}
[data-testid="metric-container"] > div {
width: fit-content;
margin: auto;
}
[data-testid="metric-container"] label {
width: fit-content;
margin: auto;
} |