Fixed the mobile menu

This commit is contained in:
2019-12-31 12:07:51 +02:00
parent 3fa32b4e87
commit 72fef674a2
2 changed files with 15 additions and 9 deletions

View File

@ -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>