Skip to content

Commit

Permalink
chore: update commons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
supersunho committed Oct 23, 2024
1 parent 27f34b7 commit 347130c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ img {

blockquote {
// border-left: 0.125rem solid var(--blockquote-border-color);
padding-left: 1rem;
// padding-left: 1rem;
color: var(--blockquote-text-color);
margin-top: 0.5rem;
background: var(--blockquote-border-color);
border-radius: 8px;
padding: 16px;
padding: 16px 16px 16px 16px;

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

0 comments on commit 347130c

Please sign in to comment.