From 4a7a2c30c958654a76f7ddbc645894c6f6215a5f Mon Sep 17 00:00:00 2001 From: Elias Jansson Date: Mon, 7 Jul 2025 15:33:49 +0200 Subject: [PATCH] Meal CSS fix --- Aberwyn/wwwroot/css/meal.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Aberwyn/wwwroot/css/meal.css b/Aberwyn/wwwroot/css/meal.css index 68a0460..76a3d8c 100644 --- a/Aberwyn/wwwroot/css/meal.css +++ b/Aberwyn/wwwroot/css/meal.css @@ -27,6 +27,11 @@ gap: 1.5rem; align-items: center; } +@media (max-width: 769px) { + .meal-header { + flex-direction: column; /* <-- sätt till 'row' om du vill ha bild till höger på desktop */ + } +} .meal-meta { flex: 1;