From aace06bb11cdf3293ca6b44e664baebd0c96b361 Mon Sep 17 00:00:00 2001 From: Deco Vander Date: Fri, 4 Jul 2025 14:38:56 -0400 Subject: [PATCH] Update src/scss/pages/_index.scss Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/scss/pages/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/pages/_index.scss b/src/scss/pages/_index.scss index abf7394..83453e7 100644 --- a/src/scss/pages/_index.scss +++ b/src/scss/pages/_index.scss @@ -173,7 +173,7 @@ // Specific cell styles .location-cell { color: var(--text-color) !important; - font-size: 14px; + font-size: $font-size-sm; font-weight: 500; max-width: 250px; overflow: hidden;