diff options
author | Steph Enders <steph@senders.io> | 2025-06-10 18:22:09 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2025-06-10 18:22:09 -0400 |
commit | 76e7d7315edc15f5e22b2a441b2bf4f16d5d643f (patch) | |
tree | d565717cf94f929a5df6e1d93da17ffb478d5dff | |
parent | c25772ea9c1a20c05852eb4739c18b0481fa79a4 (diff) |
Additional mobile ux fixes
-rw-r--r-- | static-html/fauxchella.html | 8 |
1 files changed, 7 insertions, 1 deletions
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; } |