From a8b184b8534609cff3eb6b7c6496cd8903cc9d36 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 31 May 2026 14:13:34 -0400 Subject: [PATCH] zebra-report: bump mobile body padding to 1.25rem --- zebra-report/host-your-own.html | 6 +++--- zebra-report/how-it-works.html | 6 +++--- zebra-report/index.html | 6 +++--- zebra-report/zebra-audio.html | 6 +++--- zebra-report/zebra-spaces.html | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/zebra-report/host-your-own.html b/zebra-report/host-your-own.html index 930b337..b42551e 100644 --- a/zebra-report/host-your-own.html +++ b/zebra-report/host-your-own.html @@ -61,7 +61,7 @@ } .cta:hover { background: #333; } @media (max-width: 600px) { - body { padding: 1rem; line-height: 1.55; } + body { padding: 1.25rem; line-height: 1.55; } h1 { font-size: 2.2rem; } h2 { font-size: 1.1rem; margin: 1.8rem 0 0.7rem; } .lead { font-size: 0.95rem; } @@ -392,8 +392,8 @@ turn.example.com { diff --git a/zebra-report/how-it-works.html b/zebra-report/how-it-works.html index dea2205..b9f2a23 100644 --- a/zebra-report/how-it-works.html +++ b/zebra-report/how-it-works.html @@ -55,7 +55,7 @@ hr { border: none; border-top: 1px solid #ddd; margin: 2.5rem 0; } .foot { font-size: 0.75rem; color: #777; margin-top: 2rem; } @media (max-width: 600px) { - body { padding: 1rem; line-height: 1.55; } + body { padding: 1.25rem; line-height: 1.55; } h1 { font-size: 2.2rem; } h2 { font-size: 1.1rem; margin: 1.8rem 0 0.7rem; } .lead { font-size: 0.95rem; } @@ -275,8 +275,8 @@ diff --git a/zebra-report/index.html b/zebra-report/index.html index 6993f60..0354a22 100644 --- a/zebra-report/index.html +++ b/zebra-report/index.html @@ -114,7 +114,7 @@ .peer-list .empty { color: #999; font-style: italic; } .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } @media (max-width: 600px) { - body { padding: 1rem; } + body { padding: 1.25rem; } .grid-2 { grid-template-columns: 1fr; } } code { @@ -1653,8 +1653,8 @@ logLine('sys', 'chat content lives in encrypted SRTP audio. no IP packets carry diff --git a/zebra-report/zebra-audio.html b/zebra-report/zebra-audio.html index 92019aa..b7f52fb 100644 --- a/zebra-report/zebra-audio.html +++ b/zebra-report/zebra-audio.html @@ -69,7 +69,7 @@ .log-line .ts { color: #888; } .log-line.err { color: #b00; } @media (max-width: 600px) { - body { padding: 1rem; } + body { padding: 1.25rem; } h1 { font-size: 2.2rem; } .row, .controls, .level { gap: 0.5rem; } /* drop the fixed mute-button width on phones so the row fits */ @@ -660,8 +660,8 @@ else wirePuppet(); diff --git a/zebra-report/zebra-spaces.html b/zebra-report/zebra-spaces.html index 7190d51..4781f69 100644 --- a/zebra-report/zebra-spaces.html +++ b/zebra-report/zebra-spaces.html @@ -31,7 +31,7 @@ font-size: 0.8rem; color: #999; padding: 1rem 0; line-height: 1.6; } @media (max-width: 800px) { - body { padding: 1rem; } + body { padding: 1.25rem; } .page { grid-template-columns: 1fr; gap: 1rem; } .timeline { border-right: none; border-bottom: 1px solid #ddd; padding-right: 0; padding-bottom: 1rem; min-height: 0; } @@ -1251,8 +1251,8 @@ logLine('', 'ready — pick a handle, type a rendezvous code, enter the space');