Skip to content

Commit

Permalink
smaller images, rounded edges
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Sep 13, 2023
1 parent a0ea699 commit 26a63c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
}

.collaborator img {
max-width: 100%; /* Adjust the image width as needed */
max-height: 18vh; /* Adjust the image width as needed */
border-radius: 8px;
}

.collaborator-name {
Expand Down

0 comments on commit 26a63c5

Please sign in to comment.