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 b12ac00
Showing 1 changed file with 7 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

0 comments on commit b12ac00

Please sign in to comment.