[fix] do not stretch images - fixes #1262

This commit is contained in:
Adam Tauber 2020-06-10 00:30:39 +02:00
parent 29960aa1d9
commit 43f7b84a59
5 changed files with 18 additions and 2 deletions

View file

@ -185,3 +185,9 @@
outline: 0 none;
position: relative;
}
@media screen and (max-width: 75em) {
.img-thumbnail {
object-fit: cover;
}
}