linker seitenrand

This commit is contained in:
Simon Martens
2025-05-20 16:55:01 +02:00
parent 5b2941a351
commit 2fb6339798
7 changed files with 401 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -91,7 +91,7 @@
}
.text .count {
@apply print:hidden hidden lg:block min-w-[4ch] max-w-[10ch] shrink grow-0 relative;
@apply print:hidden hidden lg:block w-[2rem] -ml-[2rem] shrink grow-0 relative;
}
.text .fulltext {
@@ -145,9 +145,12 @@
@apply inline;
}
.text .line.tab-1 {
@apply inline-block w-4;
.text p {
@apply !indent-4;
}
/* .text .line.tab-1 { */
/* @apply inline-block w-4; */
/* } */
.text .line.tab-2 {
@apply inline-block w-8;