Skip to content

Commit

Permalink
Update list paddings in articles.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenchio committed Dec 24, 2024
1 parent a770eea commit 0aa2b2b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/sass/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,12 @@
vertical-align: top;
}
}

ol {
padding-inline-start: 1.25rem;

li {
padding-left: .5rem;
}
}
}

0 comments on commit 0aa2b2b

Please sign in to comment.