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..9d95fd7bc1 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
1092 | 1092 | /* Block: List ------------------------------- */ |
1093 | 1093 | |
1094 | 1094 | .editor-styles-wrapper ul.block-editor-block-list__block, |
1095 | | .editor-styles-wrapper ol.block-editor-block-list__block, |
1096 | 1095 | .editor-styles-wrapper ul ul, |
1097 | 1096 | .editor-styles-wrapper ol ul { |
1098 | 1097 | padding-right: 1.3em; |
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..3ab87e2351 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
1092 | 1092 | /* Block: List ------------------------------- */ |
1093 | 1093 | |
1094 | 1094 | .editor-styles-wrapper ul.block-editor-block-list__block, |
1095 | | .editor-styles-wrapper ol.block-editor-block-list__block, |
1096 | 1095 | .editor-styles-wrapper ul ul, |
1097 | 1096 | .editor-styles-wrapper ol ul { |
1098 | 1097 | padding-left: 1.3em; |