Skip to content

Commit 8e1eb7a

Browse files
shubham jaiswalshubham jaiswal
authored andcommitted
fix dropdown in navbar
1 parent ec021c9 commit 8e1eb7a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Band Website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="#tour">TOUR</a>
2121
<a href="#contact">CONTACT</a>
2222
<div class="dropdown">
23-
<a href="">MORE <i class="fas fa-caret-down"></i></a>
23+
<a href="#">MORE <i class="fas fa-caret-down"></i></a>
2424
<div class="dropdown-content">
2525
<ul>
2626
<li class="dropdown-content-item">Merchandise</li>

Band Website/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,7 @@ input{
328328
text-align:center;
329329
color:grey;
330330
}
331-
.icon{
332-
333-
}
331+
334332
.footer-desc{
335333
margin-top:100px;
336334
}

0 commit comments

Comments
 (0)