Skip to content

Commit

Permalink
feat: improve spacing btw links in contents
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSlug committed May 10, 2022
1 parent 71a0266 commit d270bb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/styles/components/_article-contents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
padding-inline: 1.5rem;
}

.article-contents__list-item:not(:last-child) {
margin-block-end: 1rem;
padding-inline-start: 1rem;
text-indent: -1rem;
}

.article-contents__link {
font-size: var(--fl-enhance-font-size, 1.3125rem);
font-weight: var(--fl-enhance-font-weight, 500);
Expand Down

0 comments on commit d270bb7

Please sign in to comment.