Merge pull request #1796 from Human-Connection/consisten-image-cropping

Max aspect ratio of 1:1 for Post index page
This commit is contained in:
Robert Schäfer 2019-10-04 14:00:12 +02:00 committed by GitHub
commit b881641f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ export default {
.ds-card-image {
img {
height: 300px;
max-height: 710px;
object-fit: cover;
object-position: center;
}