From bc3fdf28b8ba0d01af311682ceb186f877f79e8a Mon Sep 17 00:00:00 2001 From: jae Date: Mon, 20 Apr 2026 10:55:02 +0000 Subject: [PATCH] fix(mobile): add viewport meta tags sitewide + homepage breakpoints --- css/style.css | 19 +++++++++++++++++++ hq/changelog.html | 1 + recon/index.html | 1 + 3 files changed, 21 insertions(+) diff --git a/css/style.css b/css/style.css index 226a1a1..f787d90 100644 --- a/css/style.css +++ b/css/style.css @@ -2681,3 +2681,22 @@ a:hover { color: #fff; text-shadow: none; } font-size: 1.2rem; } } + +/* ========================================= + PHASE 1 — Mobile safety net (v1.41.0) + ========================================= */ +@media (max-width: 768px) { + html, body { overflow-x: hidden; } + .nav-sol-wallet-group { font-size: 0.7rem; max-width: 100%; flex-wrap: wrap; } + .nav-container { flex-wrap: wrap; gap: 0.4rem; } + .contact-grid, .panels-grid { grid-template-columns: 1fr !important; } + pre, code { max-width: 100%; overflow-x: auto; } + table { display: block; overflow-x: auto; } + img, video, iframe { max-width: 100%; height: auto; } + .hud-row-panels { grid-template-columns: 1fr !important; } +} +@media (max-width: 480px) { + .nav-sol-wallet-group { font-size: 0.65rem; } + .hero-title { word-break: break-word; } + .section, section { padding-left: 0.75rem; padding-right: 0.75rem; } +} diff --git a/hq/changelog.html b/hq/changelog.html index 758a9ff..499b926 100644 --- a/hq/changelog.html +++ b/hq/changelog.html @@ -2,6 +2,7 @@ + Redirecting to Maintenance Log... diff --git a/recon/index.html b/recon/index.html index da0c523..bacd35b 100644 --- a/recon/index.html +++ b/recon/index.html @@ -2,6 +2,7 @@ + Redirecting to RECON...