Skip to content

Commit

Permalink
feat(ui): improve block quote layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Aug 24, 2024
1 parent befc4ce commit 80bd792
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ img {
}

blockquote {
border-left: 5px solid var(--blockquote-border-color);
border-left: 0.125rem solid var(--blockquote-border-color);
padding-left: 1rem;
color: var(--blockquote-text-color);
margin-top: 0.5rem;

> p:last-child {
margin-bottom: 0;
Expand Down

0 comments on commit 80bd792

Please sign in to comment.