mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
style: minor list css adjustments
This commit is contained in:
parent
0c48c25a48
commit
b2d10c2a46
2 changed files with 3 additions and 3 deletions
|
@ -55,10 +55,10 @@
|
|||
@apply list-inside leading-loose sm:leading-[2] sm:text-lg font-light;
|
||||
}
|
||||
ul {
|
||||
@apply list-disc ml-2;
|
||||
@apply list-disc;
|
||||
}
|
||||
ol {
|
||||
@apply list-decimal ml-2;
|
||||
@apply list-decimal;
|
||||
}
|
||||
|
||||
ol ol {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue