diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index db208bc33f..3aaac5f971 100644
a
|
b
|
a.to-the-top > * { |
4531 | 4531 | |
4532 | 4532 | } |
4533 | 4533 | |
| 4534 | @media ( max-width: 659px ) { |
| 4535 | |
| 4536 | /* Post: Single -------------------------- */ |
| 4537 | |
| 4538 | /* POST HEADER */ |
| 4539 | |
| 4540 | .post-meta-wrapper { |
| 4541 | max-width: 580px; |
| 4542 | width: 100%; |
| 4543 | } |
| 4544 | |
| 4545 | /* AUTHOR BIO */ |
| 4546 | |
| 4547 | .author-bio { |
| 4548 | max-width: 580px; |
| 4549 | width: 100%; |
| 4550 | } |
| 4551 | |
| 4552 | } |
| 4553 | |
4534 | 4554 | @media ( min-width: 660px ) { |
4535 | 4555 | |
4536 | 4556 | /* Blocks -------------------------------- */ |