some improvements

This commit is contained in:
mivinci 2021-09-11 12:07:03 +08:00
parent a3cb5a359b
commit 9111e6a6b6
3 changed files with 11 additions and 9 deletions

View file

@ -8,7 +8,7 @@
<nav class="flex items-center
whitespace-nowrap overflow-x-auto overflow-y-hidden">
{{ range .Site.Menus.main }}
<a class="ml-3" href="{{ .URL }}">{{ .Name }}</a>
<a class="ml-5" href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</nav>
</header>