From 4de5bd09f77ab69c51dab45a142603a3e64d5bde Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:19:46 +0000 Subject: [PATCH 1/4] fix: increase tap target sizes to satisfy Lighthouse accessibility --- assets/css/style.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 5dbf8924..2f9e6798 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -280,10 +280,15 @@ body { background: rgba(0, 0, 0, 0.4); } .hero-header a { + display: inline-flex; + align-items: center; color: white; text-decoration: none; margin: 0 1rem; font-size: 1.2rem; + min-height: 44px; + padding: 0.4rem 0.35rem; + line-height: 1.2; transition: color 0.3s ease; } .hero-header a:hover { @@ -391,7 +396,21 @@ footer { color: #25d366; } .social-icon { + display: inline-flex; + align-items: center; + justify-content: center; font-size: 2.5rem; /* mobile */ + min-width: 44px; + min-height: 44px; + padding: 0.125rem; +} + +.footer-contact-link { + display: inline-flex; + align-items: center; + justify-content: center; + min-height: 44px; + padding: 0.5rem 0.25rem; } .social-icon:focus-visible, @@ -411,7 +430,9 @@ footer { display: inline-flex; align-items: center; gap: 0.5rem; - padding: 0.45rem 0.9rem; + min-width: 44px; + min-height: 44px; + padding: 0.6rem 1rem; border-radius: 9999px; border: 1px solid rgba(255, 221, 87, 0.45); background: rgba(255, 221, 87, 0.16); From 7c5106d177d998b9df5862a99da31adb8850fbe3 Mon Sep 17 00:00:00 2001 From: David KRK <136035295+DavidKRK@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:16:33 +0200 Subject: [PATCH 2/4] Update assets/css/style.css J'approuve la correction Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 2f9e6798..0f5538b3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -400,8 +400,8 @@ footer { align-items: center; justify-content: center; font-size: 2.5rem; /* mobile */ - min-width: 44px; - min-height: 44px; + min-width: 48px; + min-height: 48px; padding: 0.125rem; } From f7335dede2b0e5aeb0aff7219443961dab78dc95 Mon Sep 17 00:00:00 2001 From: David KRK <136035295+DavidKRK@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:17:05 +0200 Subject: [PATCH 3/4] Update assets/css/style.css J'approuve la correction Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0f5538b3..0d4164c6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -409,7 +409,7 @@ footer { display: inline-flex; align-items: center; justify-content: center; - min-height: 44px; + min-height: 48px; padding: 0.5rem 0.25rem; } From efecd8392fa1d1c5d52b682bfdbda15853dad400 Mon Sep 17 00:00:00 2001 From: David KRK <136035295+DavidKRK@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:19:29 +0200 Subject: [PATCH 4/4] Update assets/css/style.css J'approuve la correction Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0d4164c6..00a21a8f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -430,8 +430,8 @@ footer { display: inline-flex; align-items: center; gap: 0.5rem; - min-width: 44px; - min-height: 44px; + min-width: 48px; + min-height: 48px; padding: 0.6rem 1rem; border-radius: 9999px; border: 1px solid rgba(255, 221, 87, 0.45);