Skip to content
Merged
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
4 changes: 3 additions & 1 deletion src/pages/working-groups/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ const data = [
>
<div class="mx-auto flex w-full flex-col justify-center gap-12 text-center">
<PageTitle path={workingGroupsTitle} />
<h3 class="text-cc-cyan mx-auto max-w-3xl text-xl">
<h3 class="text-cc-cyan mx-auto max-w-5xl text-xl">
CoreCollective comprises multiple Working Groups, each focused on a
specific technology. Any company is free to join and participate in CoreCollective.
<br /><br />
To view or subscribe to a WG public mail list, click on the Working Group name below.
</h3>
</div>

Expand Down
Loading