@@ -59,13 +59,13 @@ const displayedFeaturedPeople = sortedFeaturedPeople.slice(0, 6);
5959<Head title =" About" locale ={ currentLocale } />
6060
6161<BaseLayout title =" About" variant =" root" >
62- <section class =" mt-md pb-xs rendered-markdown" >
62+ <section class =" rendered-markdown" >
6363 <Content />
6464 </section >
65- < hr />
66- <section class = " pb-2xl lg:pb-xl " >
65+
66+ <section >
6767 <h2 id =" people" >{ t (" People" )} </h2 >
68- <ul class =" content-grid my-xl " >
68+ <ul class =" content-grid" >
6969 {
7070 displayedFeaturedPeople .map ((fp ) => (
7171 <li class = " col-span-2" >
@@ -74,12 +74,12 @@ const displayedFeaturedPeople = sortedFeaturedPeople.slice(0, 6);
7474 ))
7575 }
7676 </ul >
77- <LinkButton variant =" link" url =" /people" class =" my -md min-w-[220px]"
77+ <LinkButton variant =" link" url =" /people" class =" mt -md min-w-[220px]"
7878 >{ t (" All People" )} </LinkButton
7979 >
8080 </section >
81- < hr />
82- <section class = " pb-3xl lg:pb-2xl " >
81+
82+ <section >
8383 <h2 id =" contact" >{ t (" Contact" )} </h2 >
8484 <div class =" text-2xl grid grid-cols-6 lg:grid-cols-9 gap-x-[40px] mt-xl" >
8585 <div class =" col-span-2 lg:col-span-3" >Email</div ><div
@@ -100,7 +100,6 @@ const displayedFeaturedPeople = sortedFeaturedPeople.slice(0, 6);
100100 </div >
101101 </div >
102102 </section >
103- <hr />
104103 <section >
105104 <h2 id =" processing-foundation" >Processing Foundation</h2 >
106105 <ul class =" text-2xl mt-xl" >
@@ -121,7 +120,4 @@ const displayedFeaturedPeople = sortedFeaturedPeople.slice(0, 6);
121120 a {
122121 @apply text-type-magenta-dark;
123122 }
124- h2 {
125- @apply mt-sm;
126- }
127123</style >
0 commit comments