mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-28 16:55:33 +00:00
Footer & Header (TODO: sticky)
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{# <div class="hidden desktop:block grow"></div>
|
<footer class="hidden desktop:block text-base text-center py-1 px-4 grow-0 shrink-0 ">
|
||||||
<footer class="hidden desktop:block text-base text-center py-1 px-4 grow-0 shrink-0">
|
|
||||||
Stand: 30.1.2023
|
Stand: 30.1.2023
|
||||||
| <a class="underline underline-offset-[3px] decoration-dotted hover:decoration-solid" href="https://github.com/schnulller/jacoblenz">Code</a> |
|
| <a class="underline underline-offset-[3px] decoration-dotted hover:decoration-solid" href="https://github.com/schnulller/jacoblenz">Code</a> |
|
||||||
<a class="underline underline-offset-[3px] decoration-dotted hover:decoration-solid" href="/datenschutz/">Datenschutz & Impressum</a>
|
<a class="underline underline-offset-[3px] decoration-dotted hover:decoration-solid" href="/datenschutz/">Datenschutz & Impressum</a>
|
||||||
</footer> #}
|
</footer>
|
||||||
@@ -1,10 +1,8 @@
|
|||||||
{# <div class="hidden desktop:flex flex-col">
|
<div class="hidden desktop:block">
|
||||||
<div class="grow">
|
<div class="bg-slate-50 border-t border-slate-600 py-5 px-4">
|
||||||
<div class="bg-slate-50 border-t border-slate-600 py-5 px-4">
|
<form class="flex flex-row w-full">
|
||||||
<form class="flex flex-row w-full">
|
<input class="px-1.5 italic border border-slate-600 grow" type="text" placeholder="Suchbegriff..."/>
|
||||||
<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>
|
||||||
<button class="inline-block ml-2 px-2 border border-slate-600 ">Suche</button>
|
</form>
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div> #}
|
</div>
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
desktop:px-12 desktop:max-w-screen-2xl desktop:flex-row">
|
desktop:px-12 desktop:max-w-screen-2xl desktop:flex-row">
|
||||||
<aside class="flex flex-col shrink py-4 px-3
|
<aside class="flex flex-col shrink py-4 px-3
|
||||||
desktop:px-0 desktop:py-0
|
desktop:px-0 desktop:py-0
|
||||||
desktop:shrink-0 desktop:grow-0 desktop:basis-[26rem] desktop:sticky desktop:max-h-screen desktop:min-h-screen desktop:top-0 desktop:bg-slate-50">
|
desktop:shrink-0 desktop:grow-0 desktop:basis-[26rem] desktop:sticky desktop:top-0 desktop:max-h-screen desktop:min-h-screen desktop:bg-slate-50">
|
||||||
{% include "bar.njk" %}
|
{% include "bar.njk" %}
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user