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;