Skip to content

Commit

Permalink
style: decreased gap for "dish-container" in cityFood.css for width <…
Browse files Browse the repository at this point in the history
…=1180px
  • Loading branch information
sanidhiya-khandelwal committed Jan 4, 2024
1 parent 7ccf82e commit 1db920b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cityFood.css
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,12 @@ a {
}
}

@media all and (width<=1180px) {
.dish-container {
gap: 0.5rem;
}
}

@media all and (width<=1000px) {
.left-header {
gap: 0.8rem;
Expand Down

0 comments on commit 1db920b

Please sign in to comment.