Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/community/board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Board() {
return (
<CommunityLayout membership={Membership.BOARD}>
<div className='mx-auto my-0 grid max-w-xl lg:max-w-screen-xl lg:grid-cols-3 lg:gap-8' data-testid='GB-content'>
<div>
<div className='rounded-md border border-gray-200 p-4 text-center shadow-md'>
<h3 className='text-primary-800 mb-2 font-semibold lg:text-center lg:text-2xl'>
What is the Governance Board?
</h3>
Expand All @@ -27,7 +27,7 @@ export default function Board() {
.
</p>
</div>
<div>
<div className='rounded-md border border-gray-200 p-4 text-center shadow-md'>
<h3 className='text-primary-800 mb-2 font-semibold lg:text-center lg:text-2xl'>
How can I become a Board Member?
</h3>
Expand All @@ -46,7 +46,7 @@ export default function Board() {
.
</p>
</div>
<div>
<div className='rounded-md border border-gray-200 p-4 text-center shadow-md'>
<h3 className='text-primary-800 mb-2 font-semibold lg:text-center lg:text-2xl'>
What are the responsibilities of a board member?
</h3>
Expand Down
Loading