diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index db208bc33f..4edd09fb12 100644
|
a
|
b
|
h2.entry-title { |
| 2427 | 2427 | margin-right: auto; |
| 2428 | 2428 | margin-left: auto; |
| 2429 | 2429 | max-width: 58rem; |
| 2430 | | width: calc(100% - 4rem); |
| | 2430 | width: 100%; |
| 2431 | 2431 | } |
| 2432 | 2432 | |
| 2433 | 2433 | .post-meta { |
| … |
… |
h2.entry-title { |
| 2591 | 2591 | margin-right: auto; |
| 2592 | 2592 | margin-left: auto; |
| 2593 | 2593 | max-width: 58rem; |
| 2594 | | width: calc(100% - 4rem); |
| | 2594 | width: 100%; |
| 2595 | 2595 | } |
| 2596 | 2596 | |
| 2597 | 2597 | .hide-avatars .author-bio { |