summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-06-10 17:31:56 -0400
committerSteph Enders <steph@senders.io>2025-06-10 17:31:56 -0400
commit06b48606c45cb6104b868dd41dd0fa54c8e1b53b (patch)
treef8b229046b6ca673e17a8b2ca064e965e72bee1f
parent13836d5923405d71f41f3b0fd8bda475e79552c5 (diff)
Set table to 2 lines for mobile
-rw-r--r--static-html/fauxchella.html5
1 files changed, 5 insertions, 0 deletions
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;
+ }
+ }
</style>
</head>