Skip to content

Commit

Permalink
fix: remove capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
papierkorp committed Nov 8, 2023
1 parent 2e80edf commit 3670714
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _sass/layouts/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -405,18 +405,12 @@ article {
}

.supplements a {
/* Set links to display as block-level elements so capitalize works*/
display: inline-block;
word-break: break-all;
&:hover {
@include hover();
}
}

.supplements a::first-letter {
text-transform: capitalize;
}

.supplements-sep::before {
content: "\2022";
padding-left: 0.5em;
Expand Down

0 comments on commit 3670714

Please sign in to comment.