increase border-radius on team pictures to make clean circles at all window sizes
This commit is contained in:
parent
e4abea46de
commit
1062e0e26c
|
@ -27,7 +27,7 @@
|
|||
padding: 5%;
|
||||
|
||||
img {
|
||||
border-radius: 150px;
|
||||
border-radius: 200px;
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue