diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 6114563e30..c76290537f 100644
a
|
b
|
h2.entry-title { |
2594 | 2594 | font-size: 0.9em; |
2595 | 2595 | font-weight: 600; |
2596 | 2596 | line-height: 1; |
2597 | | margin-top: 3em; |
2598 | | padding: 0 0.25em; |
| 2597 | margin: 3em auto 0 auto; |
| 2598 | width: calc(100% - 4rem); |
| 2599 | max-width: 58rem; |
| 2600 | padding: 0; |
| 2601 | } |
| 2602 | |
| 2603 | .post-nav-links > span.label { |
| 2604 | padding: 1em 0; |
2599 | 2605 | } |
2600 | 2606 | |
2601 | 2607 | .post-nav-links > * { |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 4e887a35cd..8a54af65b5 100644
a
|
b
|
h2.entry-title { |
2610 | 2610 | font-size: 0.9em; |
2611 | 2611 | font-weight: 600; |
2612 | 2612 | line-height: 1; |
2613 | | margin-top: 3em; |
2614 | | padding: 0 0.25em; |
| 2613 | margin: 3em auto 0 auto; |
| 2614 | width: calc(100% - 4rem); |
| 2615 | max-width: 58rem; |
| 2616 | padding: 0; |
| 2617 | } |
| 2618 | |
| 2619 | .post-nav-links > span.label { |
| 2620 | padding: 1em 0; |
2615 | 2621 | } |
2616 | 2622 | |
2617 | 2623 | .post-nav-links > * { |