From 2cfbebf61fa9ba9118926ae9bfa8b5243a79558e Mon Sep 17 00:00:00 2001 From: Arlind Ukshini Date: Fri, 24 Apr 2026 10:08:39 +0200 Subject: [PATCH] mobile: drop the footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The footer added a wordmark row and a "view desktop" escape hatch below the Join confirmation. Neither is worth the visual weight on a phone screen — the masthead already has the wordmark, and the ?view=desktop override still works as a manual URL. Page now ends at the join confirmation. Co-Authored-By: Claude Opus 4.7 (1M context) --- protected/mobile/index.html | 10 ---------- protected/mobile/mobile.css | 26 -------------------------- 2 files changed, 36 deletions(-) diff --git a/protected/mobile/index.html b/protected/mobile/index.html index e1a2f4e..b1b81f3 100644 --- a/protected/mobile/index.html +++ b/protected/mobile/index.html @@ -242,16 +242,6 @@ - - diff --git a/protected/mobile/mobile.css b/protected/mobile/mobile.css index e4e8a9b..cfe2437 100644 --- a/protected/mobile/mobile.css +++ b/protected/mobile/mobile.css @@ -454,29 +454,3 @@ html, body { transform: rotate(-45deg); } .m-confirm-list em { font-style: italic; font-weight: 700; color: var(--accent); } - -/* ─── Footer ─────────────────────────────────────────────── */ -.m-foot { - padding: 26px 22px 40px; - border-top: 1px solid var(--line); -} -.m-foot-row { - display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: 14px; -} -.m-foot-project { - font-family: "Newsreader", Georgia, serif; - font-size: 16px; - color: var(--ink); -} -.m-foot-project em { font-style: italic; font-weight: 700; color: var(--accent); } -.m-foot-fenja { height: 18px; width: auto; display: block; opacity: 0.85; } -.m-foot-note { - margin: 0; - font-family: "Manrope", system-ui, sans-serif; - font-size: 12px; - color: var(--ink-dim); -} -.m-foot-note a { color: var(--ink-soft); }