style: minor list css adjustments

This commit is contained in:
Youwen Wu 2024-06-25 03:01:24 -07:00
parent 0c48c25a48
commit b2d10c2a46
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 3 additions and 3 deletions

View file

@ -55,10 +55,10 @@
@apply list-inside leading-loose sm:leading-[2] sm:text-lg font-light; @apply list-inside leading-loose sm:leading-[2] sm:text-lg font-light;
} }
ul { ul {
@apply list-disc ml-2; @apply list-disc;
} }
ol { ol {
@apply list-decimal ml-2; @apply list-decimal;
} }
ol ol { ol ol {

File diff suppressed because one or more lines are too long