From d97fc32637e5762fcac31105fc452c102f2f3cb6 Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Tue, 8 Oct 2024 13:59:32 +0000 Subject: [PATCH] fix(community): fix for https://github.com/mdn/yari/pull/11930 --- client/src/community/index.scss | 11 +++++++---- copy/community/community.md | 4 ++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/client/src/community/index.scss b/client/src/community/index.scss index 6ae44b260f8a..e01daabd3062 100644 --- a/client/src/community/index.scss +++ b/client/src/community/index.scss @@ -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 { @@ -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 { diff --git a/copy/community/community.md b/copy/community/community.md index 7e5e9d92dd53..f57c0a6bb5a9 100644 --- a/copy/community/community.md +++ b/copy/community/community.md @@ -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