diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 70b6d10..2753c00 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -1207,7 +1207,7 @@ body::after { } @media (max-width: 600px) { - .trip-stats-grid { grid-template-columns: repeat(2, 1fr); } + .trip-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .trip-stats-countries { @@ -1248,7 +1248,8 @@ body::after { } @media (max-width: 600px) { - .trip-cycling-grid { grid-template-columns: repeat(2, 1fr); } + .trip-cycling-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } + .trip-cycling-grid .stat-block:last-child:nth-child(odd) { grid-column: 1 / -1; } } /* ── Story pages ─────────────────────────────────────────────────────────── */