Footer & Header (TODO: sticky)

This commit is contained in:
Simon Martens
2023-02-07 19:47:21 +01:00
parent 661a4a5196
commit 0cc6f3bf8e
4 changed files with 11 additions and 14 deletions

View File

@@ -1,10 +1,8 @@
{# <div class="hidden desktop:flex flex-col">
<div class="grow">
<div class="bg-slate-50 border-t border-slate-600 py-5 px-4">
<form class="flex flex-row w-full">
<input class="px-1.5 italic border border-slate-600 grow" type="text" placeholder="Suchbegriff..."/>
<button class="inline-block ml-2 px-2 border border-slate-600 ">Suche</button>
</form>
</div>
<div class="hidden desktop:block">
<div class="bg-slate-50 border-t border-slate-600 py-5 px-4">
<form class="flex flex-row w-full">
<input class="px-1.5 italic border border-slate-600 grow" type="text" placeholder="Suchbegriff..."/>
<button class="inline-block ml-2 px-2 border border-slate-600 ">Suche</button>
</form>
</div>
</div> #}
</div>