making mobile menu bigger

This commit is contained in:
Chris Cochrun 2024-01-03 13:56:15 -06:00
parent bb832e6862
commit bccf89e5d7
4 changed files with 344 additions and 103 deletions

View file

@ -0,0 +1,13 @@
<li class="mt-1">
<a href="{{ .URL }}" {{ if or (strings.HasPrefix .URL "http:" ) (strings.HasPrefix .URL "https:"
) }} target="_blank" {{ end }} class="flex items-center">
{{ if .Pre }}
<div {{ if and .Pre .Name}} class="mr-2" {{ end }}>
{{ partial "icon.html" .Pre }}
</div>
{{ end }}
<p class="text-6xl mt-6 text-white hover:text-blue-900" title="{{ .Title }}">
{{ .Name | markdownify | emojify }}
</p>
</a>
</li>