Fixed the mobile menu
This commit is contained in:
@ -26,7 +26,10 @@
|
||||
</nav>
|
||||
|
||||
<nav id="nav-mini">
|
||||
<img src="img/menu.svg"/>
|
||||
<input type="checkbox" id="nav-ctrl" checked="false"/>
|
||||
<label for="nav-ctrl">
|
||||
<img src="img/menu.svg"/>
|
||||
</label>
|
||||
<div class="menu">
|
||||
<a href="#home">Home</a>
|
||||
<a href="#about">About</a>
|
||||
|
Reference in New Issue
Block a user