Skip to content

Commit

Permalink
Merge pull request #867 from N0tMikE04/notmike04/pr
Browse files Browse the repository at this point in the history
fix dropdown in navbar
  • Loading branch information
Ayushparikh-code authored Oct 27, 2024
2 parents 712886e + 8e1eb7a commit 46003e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Band Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="#tour">TOUR</a>
<a href="#contact">CONTACT</a>
<div class="dropdown">
<a href="">MORE <i class="fas fa-caret-down"></i></a>
<a href="#">MORE <i class="fas fa-caret-down"></i></a>
<div class="dropdown-content">
<ul>
<li class="dropdown-content-item">Merchandise</li>
Expand Down
4 changes: 1 addition & 3 deletions Band Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,7 @@ input{
text-align:center;
color:grey;
}
.icon{

}

.footer-desc{
margin-top:100px;
}

0 comments on commit 46003e1

Please sign in to comment.