diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index f0affb2558..963d16130b 100644
a
|
b
|
h2.entry-title { |
2593 | 2593 | font-size: 0.9em; |
2594 | 2594 | font-weight: 600; |
2595 | 2595 | line-height: 1; |
2596 | | margin-top: 3em; |
2597 | | padding: 0 0.25em; |
| 2596 | margin: 3em auto 0 auto; |
| 2597 | padding: 0; |
| 2598 | width: calc(100% - 4rem); |
| 2599 | max-width: 58rem; |
| 2600 | } |
| 2601 | |
| 2602 | .post-nav-links > span.label { |
| 2603 | padding: 1em 0; |
2598 | 2604 | } |
2599 | 2605 | |
2600 | 2606 | .post-nav-links > * { |
… |
… |
a.to-the-top > * { |
4462 | 4468 | li { |
4463 | 4469 | margin: 0.5rem 1rem 0 0; |
4464 | 4470 | } |
| 4471 | |
| 4472 | /* Post Footer --------------------------- */ |
| 4473 | |
| 4474 | /* POST NAV LINKS */ |
| 4475 | |
| 4476 | .post-nav-links { |
| 4477 | margin: 3em 0 0 0; |
| 4478 | } |
4465 | 4479 | } |
4466 | 4480 | |
4467 | 4481 | @media ( min-width: 480px ) { |
… |
… |
a.to-the-top > * { |
4497 | 4511 | .alignright { |
4498 | 4512 | max-width: 26rem; |
4499 | 4513 | } |
| 4514 | |
| 4515 | /* Post Footer --------------------------- */ |
| 4516 | |
| 4517 | /* POST NAV LINKS */ |
| 4518 | |
| 4519 | .post-nav-links { |
| 4520 | margin: 3em 0 0 0; |
| 4521 | } |
4500 | 4522 | } |
4501 | 4523 | |
4502 | 4524 | @media ( max-width: 599px ) { |
… |
… |
a.to-the-top > * { |
4522 | 4544 | margin-top: -1.8rem; |
4523 | 4545 | } |
4524 | 4546 | |
| 4547 | /* Post Footer --------------------------- */ |
| 4548 | |
| 4549 | /* POST NAV LINKS */ |
| 4550 | |
| 4551 | .post-nav-links { |
| 4552 | margin: 3em 0 0 0; |
| 4553 | } |
4525 | 4554 | } |
4526 | 4555 | |
4527 | 4556 | @media ( min-width: 600px ) { |
… |
… |
a.to-the-top > * { |
4535 | 4564 | margin-top: -4rem; |
4536 | 4565 | } |
4537 | 4566 | |
| 4567 | /* Post Footer --------------------------- */ |
| 4568 | |
| 4569 | /* POST NAV LINKS */ |
| 4570 | |
| 4571 | .post-nav-links { |
| 4572 | margin: 3em 0 0 0; |
| 4573 | } |
4538 | 4574 | } |
4539 | 4575 | |
4540 | 4576 | @media ( min-width: 660px ) { |
… |
… |
a.to-the-top > * { |
4585 | 4621 | margin-right: 0; |
4586 | 4622 | } |
4587 | 4623 | |
| 4624 | /* Post Footer --------------------------- */ |
| 4625 | |
| 4626 | /* POST NAV LINKS */ |
| 4627 | |
| 4628 | .post-nav-links { |
| 4629 | margin: 3em auto 0 auto; |
| 4630 | } |
4588 | 4631 | } |
4589 | 4632 | |
4590 | 4633 | @media ( min-width: 700px ) { |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index a78afe44e9..9fc1b8df69 100644
a
|
b
|
h2.entry-title { |
2609 | 2609 | font-size: 0.9em; |
2610 | 2610 | font-weight: 600; |
2611 | 2611 | line-height: 1; |
2612 | | margin-top: 3em; |
2613 | | padding: 0 0.25em; |
| 2612 | margin: 3em auto 0 auto; |
| 2613 | padding: 0; |
| 2614 | width: calc(100% - 4rem); |
| 2615 | max-width: 58rem; |
| 2616 | } |
| 2617 | |
| 2618 | .post-nav-links > span.label { |
| 2619 | padding: 1em 0; |
2614 | 2620 | } |
2615 | 2621 | |
2616 | 2622 | .post-nav-links > * { |
… |
… |
a.to-the-top > * { |
4496 | 4502 | li { |
4497 | 4503 | margin: 0.5rem 0 0 1rem; |
4498 | 4504 | } |
| 4505 | |
| 4506 | /* Post Footer --------------------------- */ |
| 4507 | |
| 4508 | /* POST NAV LINKS */ |
| 4509 | |
| 4510 | .post-nav-links { |
| 4511 | margin: 3em 0 0 0; |
| 4512 | } |
4499 | 4513 | } |
4500 | 4514 | |
4501 | 4515 | @media ( min-width: 480px ) { |
… |
… |
a.to-the-top > * { |
4531 | 4545 | .alignright { |
4532 | 4546 | max-width: 26rem; |
4533 | 4547 | } |
| 4548 | |
| 4549 | /* Post Footer --------------------------- */ |
| 4550 | |
| 4551 | /* POST NAV LINKS */ |
| 4552 | |
| 4553 | .post-nav-links { |
| 4554 | margin: 3em 0 0 0; |
| 4555 | } |
4534 | 4556 | } |
4535 | 4557 | |
4536 | 4558 | @media ( max-width: 599px ) { |
… |
… |
a.to-the-top > * { |
4556 | 4578 | margin-top: -1.8rem; |
4557 | 4579 | } |
4558 | 4580 | |
| 4581 | /* Post Footer --------------------------- */ |
| 4582 | |
| 4583 | /* POST NAV LINKS */ |
| 4584 | |
| 4585 | .post-nav-links { |
| 4586 | margin: 3em 0 0 0; |
| 4587 | } |
4559 | 4588 | } |
4560 | 4589 | |
4561 | 4590 | @media ( min-width: 600px ) { |
… |
… |
a.to-the-top > * { |
4569 | 4598 | margin-top: -4rem; |
4570 | 4599 | } |
4571 | 4600 | |
| 4601 | /* Post Footer --------------------------- */ |
| 4602 | |
| 4603 | /* POST NAV LINKS */ |
| 4604 | |
| 4605 | .post-nav-links { |
| 4606 | margin: 3em 0 0 0; |
| 4607 | } |
4572 | 4608 | } |
4573 | 4609 | |
4574 | 4610 | @media ( min-width: 660px ) { |
… |
… |
a.to-the-top > * { |
4635 | 4671 | margin-right: 0; |
4636 | 4672 | } |
4637 | 4673 | |
| 4674 | /* Post Footer --------------------------- */ |
| 4675 | |
| 4676 | /* POST NAV LINKS */ |
| 4677 | |
| 4678 | .post-nav-links { |
| 4679 | margin: 3em auto 0 auto; |
| 4680 | } |
4638 | 4681 | } |
4639 | 4682 | |
4640 | 4683 | @media ( min-width: 700px ) { |