Skip to content

Commit bae7a4d

Browse files
committed
Fixed Community Page Layout
1 parent baa09f4 commit bae7a4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/community/community.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216

217217
.contribution-sections {
218218
display: grid;
219-
grid-template-columns: repeat(2, 1fr);
219+
grid-template-columns: repeat(2,1fr);
220220
gap: 24px;
221221
}
222222

@@ -771,6 +771,7 @@
771771

772772
.contribution-sections {
773773
gap: 32px;
774+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
774775
}
775776

776777
.contribution-section {

0 commit comments

Comments
 (0)