Skip to content

Commit

Permalink
fix: Fixed style in communities in mobile platform (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilyang authored Jul 9, 2021
1 parent 5833bf9 commit 0ac7156
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/theme/Community/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@
}

@media (max-width: 996px) {
.communities {
.communities, .communitiesContent {
display: block;
padding: 0;
}

.communities {
padding-bottom: 1rem;
}
}

1 comment on commit 0ac7156

@vercel
Copy link

@vercel vercel bot commented on 0ac7156 Jul 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.