diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css
index 4fa8d08711561aa2b28b280292e34c6b0480a4bf..4258b7a6a84ae5f6fef34f5f45a6df70266c5a96 100644
a
|
b
|
|
463 | 463 | height: 20vh; |
464 | 464 | max-height: 16em; |
465 | 465 | padding: 32px; |
| 466 | margin-bottom: 4em; |
466 | 467 | text-align: center; |
467 | 468 | } |
468 | 469 | |
… |
… |
|
495 | 496 | margin: 0; |
496 | 497 | } |
497 | 498 | |
498 | | .about__header-text:last-of-type { |
499 | | display: inline-block; |
500 | | float: right; |
501 | | margin-left: 0; |
502 | | margin-right: -16px; |
503 | | margin-bottom: 4em; |
504 | | } |
505 | | |
506 | 499 | .about__header-navigation { |
507 | 500 | clear: both; |
508 | 501 | padding-top: 0; |