diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css
index a002276a07..1686d52123 100644
a
|
b
|
body > .is-root-container > .wp-block-template-part > .wp-block-cover, |
146 | 146 | padding-left: var(--wp--custom--spacing--outer); |
147 | 147 | } |
148 | 148 | |
| 149 | /* |
| 150 | * Add Footer CSS |
| 151 | */ |
| 152 | |
| 153 | footer.wp-block-template-part{ |
| 154 | clear: both; |
| 155 | } |
| 156 | No newline at end of file |
diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index 041c0524d8..07f691394c 100644
a
|
b
|
Inter variable font. Usage: |
119 | 119 | letter-spacing: normal; |
120 | 120 | } |
121 | 121 | |
| 122 | .editor-styles-wrapper p{ |
| 123 | letter-spacing: inherit; |
| 124 | } |
| 125 | |
122 | 126 | .editor-post-title__block .editor-post-title__input, |
123 | 127 | .editor-styles-wrapper .wp-block-post-title, |
124 | 128 | .editor-styles-wrapper .wp-block h1, |
diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 270035ce70..a37cbd9528 100644
a
|
b
|
Inter variable font. Usage: |
119 | 119 | letter-spacing: normal; |
120 | 120 | } |
121 | 121 | |
| 122 | .editor-styles-wrapper p{ |
| 123 | letter-spacing: inherit; |
| 124 | } |
| 125 | |
122 | 126 | .editor-post-title__block .editor-post-title__input, |
123 | 127 | .editor-styles-wrapper .wp-block-post-title, |
124 | 128 | .editor-styles-wrapper .wp-block h1, |