Fix the bar menu icon on mobile

This commit is contained in:
Gregory Trolliet 2020-01-09 07:23:09 +01:00
parent f13bc873be
commit 01a5fb32cd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{{ .Site.Title }}
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
<label class="menu-button float-right" for="menu-toggle"><i class="fa fa-bars"></i></label>
<ul class="navigation-list">
{{ with .Site.Menus.main}}
{{ range sort . "Weight" }}