Fix stuff

This commit is contained in:
Ondřej 2022-10-30 21:24:17 +01:00
parent c20ee261a8
commit 2149b008ec
2 changed files with 3 additions and 4 deletions

View file

@ -21,8 +21,8 @@
>{{ .Name }}</a>
</li>
{{ end }}
<li class="lg:hidden self-start -ml-2 mt-4">
{{ partial "language-selector.html" . }}
</li>
</ul>
<span class="lg:hidden self-start -ml-2 mt-4">
{{ partial "language-selector.html" . }}
</span>
</nav>

View file

@ -18,7 +18,6 @@
}
</style>
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet" />
{{ $style := resources.Get "style.css" }}