Skip to content

Commit

Permalink
chore: reduce list entry gaps and increase outer indentation
Browse files Browse the repository at this point in the history
See: #703
  • Loading branch information
cotes2020 committed Oct 8, 2022
1 parent 304d75c commit f9c99fb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -461,20 +461,17 @@ img[data-src] {

> ol,
> ul {
$start-padding: 1.25rem;

padding-inline-start: $start-padding;
margin: 1.25rem 0;
padding-inline-start: 1.75rem;

li {
margin: 0.5rem 0;
margin: 0.25rem 0;
padding-left: 0.4rem;
}

ol,
ul {
padding-inline-start: $start-padding;
margin: 0.75rem 0;
padding-inline-start: 1.25rem;
margin: 0.5rem 0;
}
}

Expand Down

0 comments on commit f9c99fb

Please sign in to comment.