Skip to content

Commit

Permalink
Update App.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dipexplorer authored Oct 30, 2024
1 parent 7f7264b commit 6e1d96c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
}


/* responsive style for recipe images */
@media (max-width: 768px) {
.recipe-card-img {
height: 9rem;
}
}



Expand Down

0 comments on commit 6e1d96c

Please sign in to comment.