Skip to content

Commit

Permalink
make grid bigger in smaller screens, fix isla link
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasohCHOM committed Feb 22, 2025
1 parent 8bd4ff5 commit 16fecc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Spring2025Contributors.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
}
.contributors-grid {
width: 80%;
margin-top: 3rem;
width: min(1280px, 100%);
margin-inline: auto;
margin-top: 3rem;
}
.contributors-grid > h2 {
Expand Down
4 changes: 2 additions & 2 deletions src/contributors/sp25/isliese.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ message: "Feeling lucky🍀"
about: "I'm Isla Kim, OSS Officer! great meeting you guys"
programmingInterests: "Web Dev, AI, Planning"
hobbies: "watching Youtubes, listening to music, singing alone"
extraLink: "www.linkedin.com/in/chanran-kim1229"
---
extraLink: "https://www.linkedin.com/in/chanran-kim1229"
---

0 comments on commit 16fecc8

Please sign in to comment.