Skip to content

Commit

Permalink
fix: list spacing #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 committed May 11, 2022
1 parent b1622a3 commit edeaa4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/styles/_partial/article.styl
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,15 @@

li {
line-height: 2rem
margin-bottom gutter-size
margin-bottom (gutter-size / 2)
margin-left gutter-size
padding-left .2rem
color color-link

&:last-of-type {
margin-bottom gutter-size
}

@media mq-mobile {
font-size gutter-size
}
Expand Down

0 comments on commit edeaa4b

Please sign in to comment.