Responsive updates.

This commit is contained in:
Mike Cao
2025-10-09 17:14:09 -07:00
parent e4ce7c9071
commit 8aa4192576
14 changed files with 976 additions and 917 deletions

View File

@@ -7,7 +7,7 @@ export interface MetricsBarProps extends GridProps {
export function MetricsBar({ children, ...props }: MetricsBarProps) {
return (
<Grid columns="repeat(auto-fit, minmax(200px, 1fr))" gap {...props}>
<Grid columns="repeat(auto-fit, minmax(170px, 1fr))" gap {...props}>
{children}
</Grid>
);