diff options
author | Steph Enders <steph@senders.io> | 2025-06-10 17:59:42 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2025-06-10 17:59:42 -0400 |
commit | 6d6d57b788e03864477237d35e67586e7d76463b (patch) | |
tree | caef677c26d2ab5a2d5d878408e15f6b526dbf92 | |
parent | f56ce70367d2d9e2cb366ee3ef881a775d33b6f5 (diff) |
Fix mobile line-heights
-rw-r--r-- | static-html/fauxchella.html | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } |