mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-29 09:15:34 +00:00
Ein paar falsche Klammerungen FIX
This commit is contained in:
@@ -93,6 +93,31 @@
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
||||
h2 {
|
||||
@apply text-3xl font-bold mb-4
|
||||
}
|
||||
|
||||
h3 {
|
||||
@apply text-xl font-bold mb-1.5
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-lenz-11-blue decoration-dotted underline decoration-lenz-4-rose underline-offset-[3px]
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@apply text-lenz-10-darkblue decoration-solid
|
||||
}
|
||||
|
||||
nav a {
|
||||
@apply no-underline
|
||||
}
|
||||
|
||||
mark {
|
||||
@apply bg-lenz-2-lightred text-lenz-11-blue
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
@apply sticky top-0 z-20 bg-slate-100 px-4 py-0.5 pt-1.5 self-start w-full sm:flex sm:flex-row items-baseline gap-x-3 border-b
|
||||
}
|
||||
@@ -158,15 +183,20 @@
|
||||
}
|
||||
|
||||
.handschrift-sammlung .handschrift {
|
||||
@apply border sm:basis-[48%] xl:basis-[31.5%] shrink-0 bg-white py-1
|
||||
@apply border sm:basis-[48%] xl:basis-[31.5%] shrink-0 bg-white py-2 px-3
|
||||
}
|
||||
|
||||
.handschrift-sammlung .ueberschrift-gruppe {
|
||||
@apply w-full
|
||||
}
|
||||
|
||||
.handschrift-sammlung .information {
|
||||
@apply pr-4
|
||||
}
|
||||
|
||||
|
||||
.handschrift-sammlung .beschreibung {
|
||||
@apply mt-1.5 px-2.5
|
||||
@apply mt-1.5
|
||||
}
|
||||
|
||||
.handschrift-sammlung .ueberschrift-gruppe {
|
||||
@@ -174,7 +204,7 @@
|
||||
}
|
||||
|
||||
.handschrift-sammlung .feld {
|
||||
@apply rounded-md text-sm mr-1 px-2 py-0.5 bg-slate-200 font-bold
|
||||
@apply rounded-md text-sm mr-1 bg-slate-200 font-bold px-1.5
|
||||
}
|
||||
|
||||
.handschrift-sammlung .wert {
|
||||
|
||||
Reference in New Issue
Block a user