Skip to content

Commit

Permalink
Resolve Search Bar Overlap with Cards Section on Main Page (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskriti65 authored Jan 8, 2025
2 parents ac47e28 + 078c329 commit d67625d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ a{
text-align: center;
padding: 5px;
gap: 10px;
margin-bottom: 20px;
}
.input-location input{
height: 54px;
Expand All @@ -189,7 +190,7 @@ a{
padding: 10px;
}
.menu-boxes{
margin-top: -250px;
margin-top:-80px;
}
.boxes{
display: -webkit-box;
Expand Down

0 comments on commit d67625d

Please sign in to comment.