Skip to content

Commit

Permalink
fix(community): add gap between contributor sections on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Aug 23, 2024
1 parent 78d90c1 commit a065e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/community/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ main.community-container {
grid-template-columns: 4fr 6fr;

@media (max-width: $screen-md) {
--community-circle-height: 0;
/* stylelint-disable-next-line length-zero-no-unit */
--community-circle-height: 0rem;
display: block;
}

Expand Down

0 comments on commit a065e13

Please sign in to comment.