From a92c0056ba0e2ccf65894474855799a1f5f4e363 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:26:15 +0200 Subject: [PATCH] Show 'Lunch' on mobile schedule --- src/components/schedule/day.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/schedule/day.astro b/src/components/schedule/day.astro index 253950579..ef3cadab7 100644 --- a/src/components/schedule/day.astro +++ b/src/components/schedule/day.astro @@ -738,6 +738,10 @@ const endStart = numberToTime(lastEndTime); text-align: center; } + .lunch-break-header { + display: block; + } + /* Override inline grid on mobile — fits viewport */ .lunch-break .lunch-break-content { display: block !important;