style: update text size from sm to m in navbar dropdown links for consistency
This commit is contained in:
@@ -116,17 +116,17 @@
|
|||||||
<div class="invisible absolute left-0 z-10 mt-2 w-48 rounded-md bg-white opacity-0 shadow-lg transition-all duration-200 group-hover:visible group-hover:opacity-100">
|
<div class="invisible absolute left-0 z-10 mt-2 w-48 rounded-md bg-white opacity-0 shadow-lg transition-all duration-200 group-hover:visible group-hover:opacity-100">
|
||||||
<div class="py-1">
|
<div class="py-1">
|
||||||
<a href="/verein/gmkosteniuk"
|
<a href="/verein/gmkosteniuk"
|
||||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">GM Kosteniuk</a>
|
class="block px-4 py-2 text-m text-gray-700 hover:bg-gray-100">GM Kosteniuk</a>
|
||||||
<a href="/verein/mitgliedschaft"
|
<a href="/verein/mitgliedschaft"
|
||||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Mitgliedschaft</a>
|
class="block px-4 py-2 text-m text-gray-700 hover:bg-gray-100">Mitgliedschaft</a>
|
||||||
<a href="/verein/vorstand"
|
<a href="/verein/vorstand"
|
||||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Vorstand</a>
|
class="block px-4 py-2 text-m text-gray-700 hover:bg-gray-100">Vorstand</a>
|
||||||
<a href="/verein/dwz"
|
<a href="/verein/dwz"
|
||||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">DWZ-Liste</a>
|
class="block px-4 py-2 text-m text-gray-700 hover:bg-gray-100">DWZ-Liste</a>
|
||||||
<a href="/verein/chronik"
|
<a href="/verein/chronik"
|
||||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Chronik</a>
|
class="block px-4 py-2 text-m text-gray-700 hover:bg-gray-100">Chronik</a>
|
||||||
<a href="/verein/memoriam"
|
<a href="/verein/memoriam"
|
||||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">In Memoriam</a>
|
class="block px-4 py-2 text-m text-gray-700 hover:bg-gray-100">In Memoriam</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user