From 76e7d7315edc15f5e22b2a441b2bf4f16d5d643f Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Tue, 10 Jun 2025 18:22:09 -0400 Subject: Additional mobile ux fixes --- static-html/fauxchella.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static-html/fauxchella.html b/static-html/fauxchella.html index 308b5fc..1af97ff 100644 --- a/static-html/fauxchella.html +++ b/static-html/fauxchella.html @@ -27,7 +27,7 @@ padding: 32px 32px 64px 32px; max-height: 100%; } - + main h1 { text-align: center; color: var(--purple); @@ -63,6 +63,12 @@ text-align: center; } @media only screen and (max-width: 800px) { + html, body { + margin: 8px; + } + main { + padding: 16px 16px 32px 16px; + } main table tr { height: 2.5lh; } -- cgit v1.2.3-54-g00ecf