mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-30 01:35:33 +00:00
Anfang Handschriften
This commit is contained in:
@@ -7,3 +7,15 @@ eleventyNavigation:
|
|||||||
order: 1
|
order: 1
|
||||||
pdf: yes
|
pdf: yes
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
<div class="mt-4 w-full" id="list">
|
||||||
|
{%- for post in collections.handschriften -%}
|
||||||
|
<div class="handschrift-sammlung w-full mb-12">
|
||||||
|
<div class="text-xl font-bold pb-4">{{ post.data.Ort | safe }}</div>
|
||||||
|
<div class="flex flex-row flex-wrap gap-x-4 gap-y-4 justify-start ">{{ post.content | safe }}</div>
|
||||||
|
</div>
|
||||||
|
{%- endfor -%}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
File diff suppressed because one or more lines are too long
@@ -113,7 +113,16 @@
|
|||||||
@apply !indent-0 !pl-0 text-base
|
@apply !indent-0 !pl-0 text-base
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
.handschrift-sammlung .gruppe {
|
||||||
|
@apply border w-1/4 p-2
|
||||||
|
}
|
||||||
|
|
||||||
|
.handschrift-sammlung .ueberschrift-gruppe {
|
||||||
|
@apply w-full
|
||||||
|
}
|
||||||
|
|
||||||
|
.handschrift-sammlung .feld {
|
||||||
|
@apply text-sm block bg-slate-200 rounded px-1.5 py-0.5 font-bold
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -129,3 +138,4 @@
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
max-height: calc(10rem + 100vh);
|
max-height: calc(10rem + 100vh);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user