Skip to content

Commit 55d07ad

Browse files
authored
Merge pull request #432 from cherylpinto/feature/issue-#427
Fixed Community Page Layout
2 parents e49d0e1 + bae7a4d commit 55d07ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/community/community.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,8 @@
216216

217217
.contribution-sections {
218218
display: grid;
219-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
219+
grid-template-columns: repeat(2,1fr);
220220
gap: 24px;
221-
/* tighter gap between cards */
222221
}
223222

224223

@@ -772,6 +771,7 @@
772771

773772
.contribution-sections {
774773
gap: 32px;
774+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
775775
}
776776

777777
.contribution-section {

0 commit comments

Comments
 (0)