From 782135e246f26ea20fcf18752aae8f2c0e073efe Mon Sep 17 00:00:00 2001 From: "dobby-yivi-agent[bot]" <275734547+dobby-yivi-agent[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:29:34 +0000 Subject: [PATCH] fix: change footer headings from h4 to h2 The footer link-group headings sit directly under the page h1, so the correct semantic level is h2. Scoped line-height override keeps the previous visual size (global h2 sets line-height: 30px). Closes #6 --- src/lib/components/Footer.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index ec30f48..78114d2 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -19,12 +19,12 @@