diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index d31394f2dd..3add8280c4 100644
|
a
|
b
|
Inter variable font. Usage:
|
| 458 | 458 | padding-right: 0; |
| 459 | 459 | } |
| 460 | 460 | |
| | 461 | .editor-styles-wrapper .wp-block-latest-posts__list.wp-block-latest-posts { |
| | 462 | margin-left: auto; |
| | 463 | margin-right: auto; |
| | 464 | } |
| | 465 | |
| 461 | 466 | .editor-styles-wrapper ul.wp-block-categories__list ul { |
| 462 | 467 | margin: 0; |
| 463 | 468 | } |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 08fee73794..d5826f72b3 100644
|
a
|
b
|
Inter variable font. Usage:
|
| 461 | 461 | margin: 40px 0; |
| 462 | 462 | padding-left: 0; |
| 463 | 463 | } |
| 464 | | |
| | 464 | .editor-styles-wrapper .wp-block-latest-posts__list.wp-block-latest-posts { |
| | 465 | margin-left: auto; |
| | 466 | margin-right: auto; |
| | 467 | } |
| 465 | 468 | .editor-styles-wrapper ul.wp-block-categories__list ul { |
| 466 | 469 | margin: 0; |
| 467 | 470 | } |
| … |
… |
hr.wp-block-separator.is-style-dots::before {
|
| 980 | 983 | |
| 981 | 984 | .editor-styles-wrapper .wp-block-latest-comments { |
| 982 | 985 | font-family: inherit; |
| 983 | | margin-left: 0; |
| 984 | 986 | } |
| 985 | 987 | |
| 986 | 988 | .editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment { |
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index e9200c45fe..e15fac4899 100644
|
a
|
b
|
h2.entry-title {
|
| 2541 | 2541 | .post-meta svg * { |
| 2542 | 2542 | fill: currentColor; |
| 2543 | 2543 | } |
| 2544 | | |
| | 2544 | ol.wp-block-latest-comments{ |
| | 2545 | margin-left: auto; |
| | 2546 | margin-right: auto; |
| | 2547 | } |
| 2545 | 2548 | |
| 2546 | 2549 | /* Featured Media ---------------------------- */ |
| 2547 | 2550 | |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index bd85ce4afe..e7c788c317 100644
|
a
|
b
|
body:not(.singular) main > article:first-of-type {
|
| 2390 | 2390 | padding: 4rem 0 0; |
| 2391 | 2391 | } |
| 2392 | 2392 | |
| 2393 | | |
| 2394 | 2393 | /* Search Results ---------------------------- */ |
| 2395 | 2394 | |
| 2396 | 2395 | .no-search-results-form { |
| … |
… |
h2.entry-title {
|
| 2558 | 2557 | fill: currentColor; |
| 2559 | 2558 | } |
| 2560 | 2559 | |
| | 2560 | ol.wp-block-latest-comments{ |
| | 2561 | margin-left: auto; |
| | 2562 | margin-right: auto; |
| | 2563 | } |
| | 2564 | |
| 2561 | 2565 | |
| 2562 | 2566 | /* Featured Media ---------------------------- */ |
| 2563 | 2567 | |