Versch Kleinigkeiten

This commit is contained in:
Simon Martens
2023-02-14 00:08:29 +01:00
parent 7f1e788c53
commit 00570cca9b
6 changed files with 36 additions and 34 deletions

View File

@@ -203,8 +203,8 @@
@apply text-xl font-bold
}
.handschrift-sammlung .feld {
@apply rounded-md text-sm mr-1 bg-slate-200 font-bold px-1.5
.feld {
@apply rounded-md text-sm mr-1 bg-slate-200 font-bold px-1.5 mb-0.5 max-w-[90ch]
}
.handschrift-sammlung .wert {
@@ -215,10 +215,6 @@
@apply pl-6 -indent-6
}
.legende .feld {
@apply rounded-md text-sm py-0.5 bg-slate-200 font-bold px-1.5 mb-1
}
.timeline {
@apply sm:grid sm:grid-cols-12 grid-flow-row max-w-[90ch]
}
@@ -248,6 +244,10 @@
.legende table td {
@apply px-1.5
}
.maincolumn p {
@apply max-w-[85ch] hyphenation mb-4
}
}
.hidden-important {