From 373f2d127ae3396774a68113ed2f1bc526be7aac Mon Sep 17 00:00:00 2001 From: KoalaDev <6156589+Shik3i@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:27:07 +0200 Subject: [PATCH 001/151] fix(website): mobile comparison cards, hamburger nav, hero symmetry & reveal fallback - Comparison table: stack into per-feature cards on phones (no more horizontal scroll); bring feature descriptions back - Re-enable mobile hamburger menu (was hidden via display:none !important); keep logo/language/button uncrowded down to ~320px - Fix hero asymmetry: extension mockup forced the grid column wider than the container; make it width:100%/max-width:320px and use minmax(0,1fr) - Add IntersectionObserver guards +