Skip to content

Commit

Permalink
Styles: Fix url to quote image
Browse files Browse the repository at this point in the history
Fixes #126
  • Loading branch information
ryelle committed Mar 1, 2024
1 parent f74a094 commit 1bda3a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.wp-block-pullquote {
min-height: var(--wp--custom--pullquote--spacing--min-height);
padding: calc(var(--wp--custom--margin--vertical) * 1.333) 0 0;
background-image: url(./images/quotemark.svg);
background-image: url(../images/quotemark.svg);
background-repeat: no-repeat;
background-position: top left;
background-size: 200px auto;
Expand Down

0 comments on commit 1bda3a0

Please sign in to comment.