diff --git a/src/wp-content/themes/twentytwentytwo/style.css b/src/wp-content/themes/twentytwentytwo/style.css
index 519083617e..f72e825293 100644
a
|
b
|
body > .is-root-container > .wp-block-template-part > .wp-block-cover, |
132 | 132 | width: inherit; |
133 | 133 | } |
134 | 134 | |
| 135 | /* Make sure the Pullquote block is using the correct border width. */ |
| 136 | .wp-site-blocks .wp-block-pullquote { |
| 137 | border-width: 1px; |
| 138 | } |
| 139 | |
135 | 140 | /* |
136 | 141 | * Responsive menu container padding. |
137 | 142 | * This ensures the responsive container inherits the same |