Skip to content

Commit 5dc4bdf

Browse files
authored
Update _people.scss - standard size
1 parent 913c1cd commit 5dc4bdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_sass/_people.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ $image-width: 150px;
2121

2222
.member img {
2323
width: $image-width;
24+
height: $image-width;
25+
object-fit: cover;
2426
@media screen and (min-width: 558px) {
2527
float: left;
2628
padding-right: $spacing-unit;
@@ -43,4 +45,4 @@ $image-width: 150px;
4345

4446
#Summer {
4547
font-size: 15px;
46-
}
48+
}

0 commit comments

Comments
 (0)