️ Changes to address Lighthouse issues

This commit is contained in:
James Panther
2021-08-22 17:19:42 +10:00
parent c4445a2028
commit 5b7aabefa7
7 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<nav>
<ul class="flex flex-col list-none sm:flex-row">
{{ range .Site.Menus.main }}
<li class="text-right sm:mr-7 sm:last:mr-0">
<li class="mb-1 text-right sm:mb-0 sm:mr-7 sm:last:mr-0">
<a
class="hover:underline hover:underline-primary-500 hover:underline-thickness-bold hover:underline-offset-small"
href="{{ .URL | absURL }}"