no more smoosh image and also flex wrap

This commit is contained in:
durn
2026-03-12 12:42:14 -06:00
parent ed8bd88b42
commit 3858673569
+3 -1
View File
@@ -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%;
}