Skip to content

Commit

Permalink
🐛 fix(RTL): fix blockquote style (welpo#368)
Browse files Browse the repository at this point in the history
Co-authored-by: welpo <welpo@users.noreply.github.com>
  • Loading branch information
TheAwiteb and welpo authored Aug 26, 2024
1 parent ce3be5c commit 13d305a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ ul {

blockquote {
margin: 0;
border-left: 0.3rem solid var(--primary-color);
padding-left: 1em;
border-inline-start: 0.3rem solid var(--primary-color);
padding-inline-start: 1em;
}

a {
Expand Down

0 comments on commit 13d305a

Please sign in to comment.