From 4b2041d2bfc0cdf0953e8fea8f900bb3f7cc3aea Mon Sep 17 00:00:00 2001 From: tai Date: Wed, 11 Feb 2026 21:14:28 +0100 Subject: [PATCH] CSS fix for school --- Aberwyn/wwwroot/css/menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aberwyn/wwwroot/css/menu.css b/Aberwyn/wwwroot/css/menu.css index 4228f30..3a958ce 100644 --- a/Aberwyn/wwwroot/css/menu.css +++ b/Aberwyn/wwwroot/css/menu.css @@ -307,7 +307,7 @@ h1 { .school-meal-card-content .meal { font-size: clamp(0.55rem, 1.0vw, 0.8rem); - line-height: 1.2; + line-height: 1.3; text-align: center; word-break: break-word; overflow-y: auto;