mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-21 19:53:07 +00:00
feat: use hamburger icon for both buttons
This commit is contained in:
parent
bec3a6bf43
commit
cc0ef57631
1 changed files with 14 additions and 2 deletions
16
index.html
16
index.html
|
@ -16,8 +16,20 @@
|
|||
class="md:hidden js-header-button z-headerButton fixed top-7 right-4 bg-ql-purple w-10 h-10 rounded-full drop-shadow-lg flex justify-center items-center text-white text-sm hover:drop-shadow-2xl"
|
||||
>
|
||||
<span class="sr-only">Menü anzeigen/ausblenden</span>
|
||||
<!-- TODO: Platzhalter durch sinnvolen Text ersetzen-->
|
||||
Menü
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke-width="1.5"
|
||||
stroke="currentColor"
|
||||
class="w-6 h-6"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
<header id="mobile-header" class="max-md:hidden lg:hidden border-b border-b-ql-purple">
|
||||
|
|
Loading…
Reference in a new issue