From 6d6d57b788e03864477237d35e67586e7d76463b Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Tue, 10 Jun 2025 17:59:42 -0400 Subject: Fix mobile line-heights --- static-html/fauxchella.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static-html/fauxchella.html') diff --git a/static-html/fauxchella.html b/static-html/fauxchella.html index b437bd8..089e49a 100644 --- a/static-html/fauxchella.html +++ b/static-html/fauxchella.html @@ -62,9 +62,9 @@ border-collapse: collapse; text-align: center; } - @media only screen and (max-width: 600px) { + @media only screen and (max-width: 800px) { main table tr { - height: 2lh; + height: 2.5lh; } } -- cgit v1.2.3-54-g00ecf