Handschriften Verbesserungen Krakow

This commit is contained in:
Simon Martens
2023-03-21 16:13:22 +01:00
parent d28ebdc602
commit b297ceb8e7
5 changed files with 479 additions and 403 deletions

View File

@@ -191,9 +191,12 @@
}
.handschrift-sammlung .information {
@apply pr-4
@apply bg-slate-50 border border-gray-400 px-4 py-1.5 mr-4
}
.handschrift-sammlung .handschrift-liste {
@apply w-full mr-4
}
.handschrift-sammlung .beschreibung {
@apply mt-1.5
@@ -250,6 +253,11 @@
}
}
.handschrift-sammlung .handschrift-liste ol {
list-style-type: disc;
list-style-position: outside;
}
.hidden-important {
display: none !important;
}