From c8aefe765da02039be12a9249555ddac3d9495c3 Mon Sep 17 00:00:00 2001 From: Parv Bansal <231238266+parvbansal11@users.noreply.github.com> Date: Wed, 5 Aug 2026 01:21:07 +0530 Subject: [PATCH] fix: enlarge discrete touch targets --- styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index e4fb42d..2efaae8 100644 --- a/styles.css +++ b/styles.css @@ -1418,6 +1418,7 @@ h1 { margin-bottom: var(--s4) } .edge-link { display: inline-flex; align-items: center; + min-height: 44px; gap: 6px; font-size: .8125rem; font-weight: 600; @@ -1889,7 +1890,12 @@ body.modal-open { overflow: hidden } } .footer-brand { display: flex; align-items: center; gap: var(--s1) } .footer-inner nav { display: flex; flex-wrap: wrap; gap: var(--s3) } -.footer-inner nav a { transition: color var(--t-fast) var(--ease) } +.footer-inner nav a { + display: inline-flex; + align-items: center; + min-height: 44px; + transition: color var(--t-fast) var(--ease); +} .footer-inner nav a:hover { color: var(--text) } /* ====================================================== responsive === */