mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-12-16 14:45:31 +00:00
Optimierungen in Handschriften; Schriftgröße in Menü
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
<div class="flex flex-col">
|
||||
<div class="grow">
|
||||
<div class="bg-slate-50 border-t border-slate-600 py-5 px-4">
|
||||
<form class="text-lg 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>
|
||||
<div class="grow bg-white"></div>
|
||||
<footer class="text-base text-center py-1 px-4 grow-0 shrink-0">
|
||||
Stand: 30.1.2023
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h1 class="px-3 py-2 pb-4 text-5xl font-bold text-center">
|
||||
{{ config.title }}
|
||||
</h1>
|
||||
<h2 class="py-2 border-t-gray-200 px-5 text-2xl text-black bg-slate-200 border-l-4 border-slate-600 shadow-sm">
|
||||
<h2 class="py-2 border-t-gray-200 px-5 text-xl text-black bg-slate-200 border-l-4 border-slate-600 shadow-sm">
|
||||
{{ config.shortdescription }}
|
||||
{# <br> Forschungsstelle zum Schriftsteller Jacob Michael Reinhold Lenz. #}
|
||||
</h2>
|
||||
|
||||
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>
|
||||
@@ -1,3 +1,4 @@
|
||||
{% include "header.njk" %}
|
||||
{% include "sidenav.njk" %}
|
||||
{% include "search.njk" %}
|
||||
{% include "footer.njk" %}
|
||||
@@ -21,7 +21,7 @@
|
||||
</li>
|
||||
{%- endmacro %}
|
||||
|
||||
<nav class="py-4 text-xl sidebar-nav px-2">
|
||||
<nav class="py-4 sidebar-nav px-4">
|
||||
<ul>
|
||||
{%- for entry in navPages %}{{ renderNavListItem(entry) }}{%- endfor -%}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user