style(markdown): update list styling with margin adjustment
This commit is contained in:
@@ -113,10 +113,10 @@ a.inline-block.leading-5.pl-12{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.markdown ol{
|
.markdown ol{
|
||||||
@apply list-decimal;
|
@apply list-decimal mb-8;
|
||||||
}
|
}
|
||||||
.markdown ul{
|
.markdown ul{
|
||||||
@apply list-disc;
|
@apply list-disc mb-8;
|
||||||
}
|
}
|
||||||
.markdown ul, .markdown ol{
|
.markdown ul, .markdown ol{
|
||||||
@apply text-xl dark:text-gray-200 text-blacktext max-md:text-lg pl-4 pb-0;
|
@apply text-xl dark:text-gray-200 text-blacktext max-md:text-lg pl-4 pb-0;
|
||||||
|
|||||||
Reference in New Issue
Block a user