Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
.sui-metric-strip {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
}
@media (max-width: 50rem) {
grid-template-columns: repeat(2, 1fr);