Changeset 56826
- Timestamp:
- 10/11/2023 10:41:50 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/about.css
r56339 r56826 734 734 735 735 .about__section .wp-people-group-title { 736 margin-bottom: calc(var(--gap) * 2 );736 margin-bottom: calc(var(--gap) * 2 - 10px); 737 737 text-align: center; 738 738 … … 749 749 vertical-align: top; 750 750 box-sizing: border-box; 751 margin-bottom: var(--gap);751 margin-bottom: calc(var(--gap) - 10px); 752 752 width: 25%; 753 753 text-align: center; … … 781 781 782 782 .about__section .wp-person .web { 783 display: block; 783 784 font-size: 1.4em; 784 785 font-weight: 600; 786 padding: 10px 10px 0; 785 787 text-decoration: none; 786 788 }
Note: See TracChangeset
for help on using the changeset viewer.