diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 528de00..350f94e 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -309,7 +309,6 @@ sup { .preview-img { aspect-ratio: 40 / 21; width: 100%; - height: 100%; overflow: hidden; @extend %rounded; @@ -324,6 +323,10 @@ sup { object-fit: cover; @extend %rounded; + + @at-root #post-list & { + width: 100%; + } } }