diff --git a/site/styles.css b/site/styles.css index cc637be..06f58ef 100644 --- a/site/styles.css +++ b/site/styles.css @@ -349,9 +349,17 @@ nav { flex-wrap: wrap; gap: 8px; justify-content: center; + align-items: center; margin-bottom: 40px; } +.filter-label { + font-size: 0.82rem; + font-weight: 500; + color: var(--text-muted); + padding: 7px 8px 7px 0; +} + .filter-pill { padding: 7px 16px; border-radius: 999px; diff --git a/templates/index.html b/templates/index.html index 4f3fa4d..77db642 100644 --- a/templates/index.html +++ b/templates/index.html @@ -227,7 +227,7 @@