Set the pics to the same size

This commit is contained in:
dvirlabs 2025-12-08 16:19:06 +02:00
parent b2877877dd
commit 5841e7b9d4

View File

@ -357,7 +357,7 @@ select {
/* Recipe Image */ /* Recipe Image */
.recipe-image-container { .recipe-image-container {
width: 100%; width: 100%;
max-height: 250px; height: 250px;
border-radius: 12px; border-radius: 12px;
overflow: hidden; overflow: hidden;
margin-bottom: 0.8rem; margin-bottom: 0.8rem;