From 3858673569d1872ffdaf054c545f3b94caaa3a71 Mon Sep 17 00:00:00 2001 From: durn Date: Thu, 12 Mar 2026 12:42:14 -0600 Subject: [PATCH] no more smoosh image and also flex wrap --- demo/src/main/resources/static/css/home.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demo/src/main/resources/static/css/home.css b/demo/src/main/resources/static/css/home.css index 89e1759..5d835bf 100644 --- a/demo/src/main/resources/static/css/home.css +++ b/demo/src/main/resources/static/css/home.css @@ -188,9 +188,10 @@ body, html { .recipe-card { width: 100%; display: flex; + flex-wrap: wrap; gap: 35px; justify-content: flex-start; - flex-direction: column; + flex-direction: row; } .card { @@ -213,5 +214,6 @@ body, html { } .card-left, .card-right { + flex-shrink: 0; width: 50%; } \ No newline at end of file