We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913c1cd commit 5dc4bdfCopy full SHA for 5dc4bdf
_sass/_people.scss
@@ -21,6 +21,8 @@ $image-width: 150px;
21
22
.member img {
23
width: $image-width;
24
+ height: $image-width;
25
+ object-fit: cover;
26
@media screen and (min-width: 558px) {
27
float: left;
28
padding-right: $spacing-unit;
@@ -43,4 +45,4 @@ $image-width: 150px;
43
45
44
46
#Summer {
47
font-size: 15px;
-}
48
+}
0 commit comments