Skip to content

Commit

Permalink
Remove redundant space from blockquote footer prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
acjbizar authored and XhmikosR committed Aug 26, 2018
1 parent cd28869 commit b652932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ mark,
color: $blockquote-small-color;

&::before {
content: "\2014 \00A0"; // em dash, nbsp
content: "\2014\00A0"; // em dash, nbsp
}
}

0 comments on commit b652932

Please sign in to comment.