diff --git a/src/pages/people.css b/src/pages/people.css index a42f007091..3eb08c80e7 100644 --- a/src/pages/people.css +++ b/src/pages/people.css @@ -8,7 +8,7 @@ letter-spacing: 1px; } @media screen and (min-width: 67em) { - #main-content > div section.people-group { + #main-content section.pastpeople { margin-bottom: var(--content-spacing-xl); } } diff --git a/src/pages/people.tsx b/src/pages/people.tsx index cb607c0199..fc5f23f60b 100644 --- a/src/pages/people.tsx +++ b/src/pages/people.tsx @@ -136,6 +136,7 @@ const PeoplePage = ({ data }: PeopleProps) => { .filter(g => g.fieldValue === "Staff") .map(makeStaff)} +

See past faculty and staff

Affiliates

{data.people.group