increase border-radius on team pictures to make clean circles at all window sizes

This commit is contained in:
eleanor 2018-11-12 11:26:07 -05:00
parent e4abea46de
commit 1062e0e26c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
padding: 5%; padding: 5%;
img { img {
border-radius: 150px; border-radius: 200px;
height: 200px; height: 200px;
width: 200px; width: 200px;
} }