From 5841e7b9d465155f5f209fc6c452d431ad786358 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:19:06 +0200 Subject: [PATCH] Set the pics to the same size --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 9f4f7a4..0af5b76 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -357,7 +357,7 @@ select { /* Recipe Image */ .recipe-image-container { width: 100%; - max-height: 250px; + height: 250px; border-radius: 12px; overflow: hidden; margin-bottom: 0.8rem;