Skip to content

Commit

Permalink
[+] Adding reminder comment of what object-fit: cover; does
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyOliver committed Mar 9, 2021
1 parent 4a8f64b commit e5b3593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ hr {
.ring > img {
border-radius: 50%;
height: 75px;
object-fit: cover;
object-fit: cover; /* prevents stretching of image*/
width: 75px;
}

Expand Down

0 comments on commit e5b3593

Please sign in to comment.