aboutsummaryrefslogtreecommitdiff
path: root/global/main.css
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-07-24 05:02:37 +0000
committerKumar Damani <me@kumardamani.net>2026-07-24 05:02:37 +0000
commit50d3dc7d48206497ecb0ae401b1125a133dddee0 (patch)
tree082c19d5a02ff812c66dafc523bb707d671fd223 /global/main.css
parent0acb6739d7d12dcd558e67769a1f2109db8a9a1e (diff)
fix logs for nerds text on mobile
Diffstat (limited to 'global/main.css')
-rw-r--r--global/main.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/global/main.css b/global/main.css
index 42951f4..a533e1f 100644
--- a/global/main.css
+++ b/global/main.css
@@ -280,6 +280,22 @@ footer > .logs {
justify-self: end;
}
+@media (pointer: coarse) {
+ /* on touch devices, stack the footer entries instead of squeezing
+ the logs link into the narrow side track */
+ footer {
+ grid-template-columns: auto;
+ justify-content: center;
+ justify-items: center;
+ }
+
+ footer > .updated,
+ footer > .logs {
+ grid-column: 1;
+ justify-self: center;
+ }
+}
+
footer > ul {
display: contents;
}