🎨 Do not stretch author profile image (#365)

- add `object-fit: cover` to `.author-profile-image` to prevent non-square images being stretched/squashed
This commit is contained in:
Niels 2017-08-22 12:56:38 +02:00 committed by Kevin Ansfield
parent d739bb52a4
commit 0f3651c23f
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -459,6 +459,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
height: 25px;
margin-right: 5px;
border-radius: 100%;
object-fit: cover;
}
.post-card-author {