@@ -41,14 +41,14 @@ const minutes = await getMinutes();
4141 <a href =" https://www.civictechnologists.org/" >Alliance of Civic Technologists</a >.
4242 </p >
4343
44- <h2 id =" core-team" >Meet the Board</h2 >
44+ <h2 class = " text-2xl font-bold mt-8 mb-4 " id =" core-team" >Meet the Board</h2 >
4545
4646 <TeamList />
4747
4848 { minutes .length > 0 &&
49- <h3 id = " minutes" >Minutes of Quarterly Board Meetings</h3 >
49+ <h3 class = " text-xl font-semibold mt-6 mb-3 " id = " minutes" >Minutes of Quarterly Board Meetings</h3 >
5050
51- <ul >
51+ <ul class = " list-disc pl-5 space-y-1 mb-6 " >
5252 { minutes .map (({ data : { url , year , quarter , isDraft }}) => (
5353 <li >
5454 <a href = { url } target = " _blank" >
@@ -59,11 +59,11 @@ const minutes = await getMinutes();
5959 </ul >
6060 }
6161
62- <h2 id =" code-of-conduct" >Code of Conduct</h2 >
62+ <h2 class = " text-2xl font-bold mt-8 mb-4 " id =" code-of-conduct" >Code of Conduct</h2 >
6363
6464 <p >SF Civic Tech is a space for everyone. What does that mean?</p >
6565
66- <ul >
66+ <ul class = " list-disc pl-5 space-y-1 mb-4 " >
6767 <li >We value the people here and make everyone feel welcome</li >
6868 <li >We make room for all brigade members to engage, discuss, and collaborate</li >
6969 <li >We support each other to build a strong civic tech community</li >
@@ -85,13 +85,7 @@ const minutes = await getMinutes();
85858686 </p >
8787
88- <a href =" about/code-of-conduct" role =" button" >
88+ <a href =" about/code-of-conduct" role =" button" class = " inline-block bg-primary hover:bg-blue-700 text-white font-bold py-2 px-4 rounded mt-2 " >
8989 Read the full Code of Conduct
9090 </a >
9191</BaseLayout >
92-
93- <style >
94- a[role="button"] {
95- margin-top: calc(.5 * var(--pico-block-spacing-vertical));
96- }
97- </style >
0 commit comments