Skip to content

Commit

Permalink
fix(community): fix for #11930
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Oct 8, 2024
1 parent c4fc5d0 commit d97fc32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 7 additions & 4 deletions client/src/community/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,11 +512,10 @@ main.community-container {
border-radius: 0.5rem;
box-shadow: var(--community-box-shadow);
display: flex;
flex: 1;
flex-direction: column;
gap: 1.5rem;
justify-content: space-between;
padding: 1.5rem 3rem;
padding: 1.5rem;
text-align: center;

h3 {
Expand All @@ -525,9 +524,13 @@ main.community-container {
border-radius: 0.5rem 0.5rem 0 0;
font-size: 1.25rem;
font-weight: 500;
margin: -1.5rem -3rem;
margin: -1.5rem;
margin-bottom: 0;
padding: 1.5rem 3rem;
padding: 1.5rem;
}

p {
margin: 0;
}

a {
Expand Down
4 changes: 4 additions & 0 deletions copy/community/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,25 @@ engage.
- ### Fix issues

Submit pull requests to fix reported issues.

[Squash bugs](https://github.com/mdn/content/issues)

- ### Improve content

Fix inaccuracies and fill in missing information.

[Start writing](https://github.com/mdn/content/#readme)

- ### Localize content

Participate in translating content into one of our supported languages.

[Find your locale](/en-US/docs/MDN/Community/Contributing/Translated_content#active_locales)

- ### Answer questions

Share your knowledge and expertise and guide fellow learners.

[Help on Discord](https://mdn.dev/discord)

## Help us fix open issues
Expand Down

0 comments on commit d97fc32

Please sign in to comment.