Adjust header button position to prevent overlap with text on some older/very small phones

This commit is contained in:
CherryKitten 2022-10-26 10:37:58 +02:00 committed by Jasmin
parent c07efd5b21
commit c42feff0c2

View file

@ -13,7 +13,7 @@
<button
title="Menü anzeigen/ausblenden"
id="header-button"
class="md:hidden z-headerButton fixed top-10 right-14 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"
class="md:hidden z-headerButton fixed top-5 right-14 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ü