Skip to content

Commit 16fecc8

Browse files
committed
make grid bigger in smaller screens, fix isla link
1 parent 8bd4ff5 commit 16fecc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Spring2025Contributors.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
}
4444
4545
.contributors-grid {
46-
width: 80%;
47-
margin-top: 3rem;
46+
width: min(1280px, 100%);
4847
margin-inline: auto;
48+
margin-top: 3rem;
4949
}
5050
5151
.contributors-grid > h2 {

src/contributors/sp25/isliese.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ message: "Feeling lucky🍀"
55
about: "I'm Isla Kim, OSS Officer! great meeting you guys"
66
programmingInterests: "Web Dev, AI, Planning"
77
hobbies: "watching Youtubes, listening to music, singing alone"
8-
extraLink: "www.linkedin.com/in/chanran-kim1229"
9-
---
8+
extraLink: "https://www.linkedin.com/in/chanran-kim1229"
9+
---

0 commit comments

Comments
 (0)