1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 22:39:36 +02:00

Move hiding AdventureLog to first Tailwind breakpoint

This is a slight improvement to pull request #576. I noticed that on a
tablet, the AdventureLog in the navigation bar would not render, even
though there would be enpugh free space. This patch moves the breakpoint
for hiding the text one step further towards smaller devices.
This commit is contained in:
Lars Kiesow 2025-04-27 15:41:43 +02:00
parent 56bbbb0ffb
commit 932036bc8b
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -180,7 +180,7 @@
</ul>
</div>
<a class="btn btn-ghost p-0 text-2xl font-bold tracking-normal" href="/">
<span class="md:inline hidden">AdventureLog</span>
<span class="sm:inline hidden">AdventureLog</span>
<img src="/favicon.png" alt="Map Logo" class="w-10" />
</a>
</div>