mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-30 01:35:33 +00:00
Optimierungen in Handschriften; Schriftgröße in Menü
This commit is contained in:
10
src/includes/search.njk
Normal file
10
src/includes/search.njk
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="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>
|
||||
</div>
|
||||
Reference in New Issue
Block a user