Skip to content

Commit fca031d

Browse files
committed
switching the dropdown to div for the readme as well
1 parent 705331d commit fca031d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For further demonstration, visit the [Demo pages](demo/)
102102
<span>Contact</span>
103103
</a>
104104
<!-- and include the dropdown aswell -->
105-
<span class="paradeiser_dropdown">
105+
<div class="paradeiser_dropdown">
106106
<a href="#paradeiser-more">
107107
<icon class="paradeiser_icon_canvas">
108108
<img src="img/menu_overflow.svg" alt="">
@@ -118,7 +118,7 @@ For further demonstration, visit the [Demo pages](demo/)
118118
<li class="paradeiser-hidden-phone"><a href="#">Hidden on phone</a></li>
119119
<li><a href="#!"></a></li>
120120
</ul>
121-
</span>
121+
</div>
122122
</nav>
123123
```
124124

0 commit comments

Comments
 (0)