diff --git a/packages/block-library/src/pullquote/blockquote.native.scss b/packages/block-library/src/pullquote/blockquote.native.scss index acdfc280c9756a..dbdd38f8cdf714 100644 --- a/packages/block-library/src/pullquote/blockquote.native.scss +++ b/packages/block-library/src/pullquote/blockquote.native.scss @@ -1,8 +1,8 @@ .quote { - font-size: 1.125em; + font-size: 18px; } .citation { - font-size: 0.875em; - margin-top: 0.85em; + font-size: 14px; + margin-top: 14px; } diff --git a/packages/block-library/src/pullquote/figure.native.scss b/packages/block-library/src/pullquote/figure.native.scss index 16b8e8f65572c0..e4f12c8c415fdc 100644 --- a/packages/block-library/src/pullquote/figure.native.scss +++ b/packages/block-library/src/pullquote/figure.native.scss @@ -1,6 +1,6 @@ %shared { border-width: 3px 0; - padding: 1.3125em 1em; + padding: 21px 16px; } .light {