# presentation/styles/metric.style.css

> 20 lines of code and 0 definitions.

Tree: Site tree
Language: css
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-presentation-styles-metric-style-css
Source text: https://banes-lab.com/assets/sources/source.46686fbf11ffc9c03fe8d6143429c608eb261e3b2622f2497340cc2bf67ac540.generated.txt

## Source

```css
.metric-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 var(--space-md);
}

.metric-figure .metric-grid {
    margin: 0;
    padding: var(--space-md);
}

.metric-card {
    flex: 1 1 var(--width-metric-min);
    min-width: max-content;
    white-space: nowrap;
}

.metric-value {
    color: var(--tab-accent);
    font-family: var(--font-family-heading);
    font-size: var(--font-lg);
    font-weight: var(--font-weight-semibold);
}
```
