Skip to content

Commit f48c35d

Browse files
authored
Update team.md
1 parent be83a12 commit f48c35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_pages/team.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Jump to [Principal Investigator](#principal-investigator), [Postdoctoral fellows
1616

1717
<style>
1818
.profile-pic {
19-
width: 300px;
20-
height: 300px;
19+
width: 150px;
20+
height: 150px;
2121
object-fit: cover; /* keeps aspect ratio, crops if needed */
2222
}
2323

2424
@media (max-width: 768px) { /* for tablets/phones */
2525
.profile-pic {
26-
width: 250px;
27-
height: 250px;
26+
width: 125px;
27+
height: 125px;
2828
}
2929
}
3030
</style>

0 commit comments

Comments
 (0)