Kleine Verbesserungen in der Anzeige auf dem Handy

This commit is contained in:
Simon Martens
2023-03-23 16:51:14 +01:00
parent d63fa3b0a7
commit 6f13da1d33
11 changed files with 39 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
<div class="hidden desktop:block">
<div class="bg-slate-50 border-t border-lenz-11-blue py-5 px-4">
<form class="flex flex-row w-full">
<input class="px-1.5 italic border border-lenz-11-blue grow" type="text" placeholder="Suchbegriff..."/>
<button class="inline-block ml-2 px-2 border border-lenz-11-blue ">Suche</button>
<input class="px-1.5 italic border border-gray-500 grow" type="text" placeholder="Suchbegriff..." disabled/>
<button class="inline-block ml-2 px-2 border border-gray-500 text-gray-500 italic " disabled>Suche</button>
</form>
</div>
</div>