This commit is contained in:
2025-06-03 08:44:29 -07:00
parent ac3f230766
commit d8623f7dc8
3 changed files with 12 additions and 1 deletions

View File

@@ -91,6 +91,11 @@
color: $c-black;
white-space: nowrap;
}
@include media-breakpoint-up(xl) {
font-size: 1.25rem;
gap: 2rem;
}
}
}
}