Max aspect ratio of 1:1 for Post index page

- we are currently enforcing a 1:1 max ratio on the root path and would
like to maintain consistency
This commit is contained in:
mattwr18 2019-10-02 16:53:24 +02:00
parent c1235003c5
commit 4aeaa58eb6

View File

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