From 06b48606c45cb6104b868dd41dd0fa54c8e1b53b Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Tue, 10 Jun 2025 17:31:56 -0400 Subject: Set table to 2 lines for mobile --- static-html/fauxchella.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static-html/fauxchella.html b/static-html/fauxchella.html index 40fac61..682e3d0 100644 --- a/static-html/fauxchella.html +++ b/static-html/fauxchella.html @@ -62,6 +62,11 @@ border-collapse: collapse; text-align: center; } + @media only screen and (max-width: 600px) { + main table tr { + height: 2lh; + } + } -- cgit v1.2.3-54-g00ecf