1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

chore: optimize list indentation (#727)

This commit is contained in:
Nihil 2022-11-05 04:13:06 +08:00 committed by Cotes Chung
parent e107a2e759
commit 8134209aa2
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808

View File

@ -461,8 +461,10 @@ img[data-src] {
}
}
> ol,
> ul {
ol,
ul {
&:not([class]),
&.task-list {
-webkit-padding-start: 1.75rem;
padding-inline-start: 1.75rem;
@ -473,11 +475,12 @@ img[data-src] {
ol,
ul {
-webkit-padding-start: 1rem;
padding-inline-start: 1rem;
-webkit-padding-start: 1.25rem;
padding-inline-start: 1.25rem;
margin: 0.5rem 0;
}
}
}
ul.task-list {
-webkit-padding-start: 1.25rem;