From 2c5f276f535cb985ca18c014e824a73152c9bf01 Mon Sep 17 00:00:00 2001 From: Christophe Date: Sun, 12 Apr 2026 14:40:10 +0200 Subject: [PATCH] =?UTF-8?q?All=C3=A8ge=20la=20page=20cube=20sur=20t=C3=A9l?= =?UTF-8?q?=C3=A9phone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/styles.css b/styles.css index b9bf47e..467332c 100644 --- a/styles.css +++ b/styles.css @@ -1239,6 +1239,26 @@ textarea:focus { } @media (max-width: 640px) { + body[data-page="cube"] .phase-header { + grid-template-columns: minmax(0, 1fr) auto; + gap: 0.65rem; + padding: 0.8rem 0.9rem; + } + + body[data-page="cube"] .phase-title, + body[data-page="cube"] .phase-spine .spine-card, + body[data-page="cube"] .zone-foot { + display: none; + } + + body[data-page="cube"] .phase-spine { + gap: 0; + } + + body[data-page="cube"] .zone-inner { + grid-template-rows: auto minmax(0, 1fr); + } + .hero-setup h1 { font-size: 2.1rem; }