Skip to content

Commit

Permalink
Merge pull request #1549 from Utsavladia/fix-dropdown
Browse files Browse the repository at this point in the history
Fixed dropdown to look similar to flipkart website
  • Loading branch information
arghadipmanna101 authored Aug 8, 2024
2 parents 8e65be4 + 560bddf commit fcc4012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/homeHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ div#autocompleteResults {
text-decoration: none;
color: #000;
display: block;
padding: 20px;
padding:8px 20px;
width: 100%;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ <h4>Login</h4>
<style>
.nav-item .dropdown-menu a {
color: black;
padding: 12px 16px;
padding: 6px 16px;
text-decoration: none;
display: block;
}
Expand Down

0 comments on commit fcc4012

Please sign in to comment.