Skip to content

Commit d24698a

Browse files
committed
Update the open source program team listing to display 4 members per row
1 parent 9a509d3 commit d24698a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/pages/open-source.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
grid-template-columns: 1fr;
55
}
66

7-
@media (min-width: 834px) {
7+
@media (min-width: 485px) {
88
.page-open-source__team {
99
grid-template-columns: repeat(2, minmax(0, 1fr));
1010
}
1111
}
1212

13-
@media (min-width: 1440px) {
13+
@media (min-width: 834px) {
1414
.page-open-source__team {
15-
grid-template-columns: repeat(3, minmax(0, 1fr));
15+
grid-template-columns: repeat(4, minmax(0, 1fr));
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)