Skip to content

Commit 5eedbd9

Browse files
committed
Little change about image-container
1 parent 225e86e commit 5eedbd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/searchByIngredientTab.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ input {
164164

165165
.image-container {
166166
position: relative;
167-
min-width: 318px;
167+
max-width: 318px;
168168
height: 218px;
169169
grid-column: 1;
170170
grid-row: 1;
@@ -181,7 +181,7 @@ input {
181181

182182
.info-container {
183183
display: flex;
184-
flex-wrap: wrap;
184+
/* flex-wrap: wrap; */
185185
position:relative;
186186
height: 100%;
187187
/* width: 400px; */
@@ -217,7 +217,7 @@ input {
217217

218218
.recipe-tags {
219219
display: flex;
220-
flex-wrap: wrap;
220+
flex-wrap:wrap;
221221
}
222222

223223
.recipe-tag {

0 commit comments

Comments
 (0)