summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-06-10 18:22:09 -0400
committerSteph Enders <steph@senders.io>2025-06-10 18:22:09 -0400
commit76e7d7315edc15f5e22b2a441b2bf4f16d5d643f (patch)
treed565717cf94f929a5df6e1d93da17ffb478d5dff
parentc25772ea9c1a20c05852eb4739c18b0481fa79a4 (diff)
Additional mobile ux fixes
-rw-r--r--static-html/fauxchella.html8
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;
}