Fix lit item paragraph must be full size

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-25 15:56:22 +04:00
parent d0592df676
commit 525f1e4473

View File

@@ -19,21 +19,19 @@
h3 { @apply text-lg font-semibold mt-2; }
ul {
@apply list-disc list-inside my-2;
@apply list-disc list-outside my-2 pl-4;
li {
p { @apply inline-block my-0; }
p { @apply my-0; }
}
li::marker { @apply mx-2!; }
}
ol {
@apply list-decimal list-inside my-2;
@apply list-decimal list-outside my-2 pl-4;
li {
p { @apply inline-block my-0; }
}
li::marker { @apply mx-2!; }
}
a { @apply text-txt-info underline font-normal; }