diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 2fc1a9bfbc..7787151201 100644
a
|
b
|
button.toggle { |
1255 | 1255 | margin-left: auto; |
1256 | 1256 | } |
1257 | 1257 | |
| 1258 | .aligncenter figcaption { |
| 1259 | text-align: center; |
| 1260 | } |
| 1261 | |
1258 | 1262 | /* Search Form ------------------------------- */ |
1259 | 1263 | |
1260 | 1264 | .search-form { |
… |
… |
a.to-the-top > * { |
5917 | 5921 | margin-left: 0; |
5918 | 5922 | } |
5919 | 5923 | |
5920 | | .wp-block-image .aligncenter figcaption { |
5921 | | text-align: center; |
5922 | | } |
5923 | | |
5924 | 5924 | /* BLOCK: SEPARATOR */ |
5925 | 5925 | |
5926 | 5926 | hr.wp-block-separator { |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 1a802509a4..32da0a9c30 100644
a
|
b
|
button.toggle { |
1261 | 1261 | margin-right: auto; |
1262 | 1262 | } |
1263 | 1263 | |
| 1264 | .aligncenter figcaption { |
| 1265 | text-align: center; |
| 1266 | } |
| 1267 | |
1264 | 1268 | /* Search Form ------------------------------- */ |
1265 | 1269 | |
1266 | 1270 | .search-form { |
… |
… |
a.to-the-top > * { |
5989 | 5993 | margin-left: 0; |
5990 | 5994 | } |
5991 | 5995 | |
5992 | | .wp-block-image .aligncenter figcaption { |
5993 | | text-align: center; |
5994 | | } |
5995 | | |
5996 | 5996 | /* BLOCK: SEPARATOR */ |
5997 | 5997 | |
5998 | 5998 | hr.wp-block-separator { |