Fix lit item paragraph must be full size
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user