Skip to content

Commit 0a71680

Browse files
committed
Fix contributor list overflow on mobile
1 parent 9707dce commit 0a71680

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css/components.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
/* ---------- Contributors List ---------- */
134134
.contributors-list {
135135
display: grid;
136-
grid-template-columns: repeat(2, 1fr);
136+
grid-template-columns: minmax(0, 1fr);
137137
gap: 0.75rem;
138138
}
139139

@@ -170,6 +170,7 @@
170170
display: flex;
171171
align-items: center;
172172
gap: 0.75rem;
173+
min-width: 0;
173174
padding: 0.75rem;
174175
text-decoration: none;
175176
color: inherit;

0 commit comments

Comments
 (0)