Skip to content

Commit

Permalink
Changed width for logo in small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhiya-khandelwal committed Jan 2, 2024
1 parent c6b386d commit c3ea706
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions restrauntDetail.css
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@ header {
margin-top: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;

}

.search-locality,
Expand Down Expand Up @@ -1578,6 +1579,10 @@ header {
}

@media all and (width<=512px) {
.zomato-logo {
width: 10rem;
height: 2rem;
}

.add-button,
.add-remove-button {
Expand Down

0 comments on commit c3ea706

Please sign in to comment.