Skip to content

Commit

Permalink
Build after increasing indent in blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromontoro committed Jan 13, 2023
1 parent 1501a12 commit 32305cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/almond.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ blockquote {
content: no-close-quote; }
blockquote > :first-child {
margin-top: 0;
text-indent: 1rem; }
text-indent: 1.75rem; }
blockquote > :last-child {
margin-bottom: 0; }

Expand Down
2 changes: 1 addition & 1 deletion dist/almond.lite.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ blockquote {
content: no-close-quote; }
blockquote > :first-child {
margin-top: 0;
text-indent: 1rem; }
text-indent: 1.75rem; }
blockquote > :last-child {
margin-bottom: 0; }

Expand Down
Loading

0 comments on commit 32305cd

Please sign in to comment.