fix(home): responsive gap at the bottom of preview image
Range of impacted screen widths: - (width >= 768px) and (width < 1150px) - (width >= 1200px) and (width <= 1460px)
This commit is contained in:
parent
2b9d379d70
commit
1a977a87a0
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ sup {
|
||||||
.preview-img {
|
.preview-img {
|
||||||
aspect-ratio: 40 / 21;
|
aspect-ratio: 40 / 21;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@extend %rounded;
|
@extend %rounded;
|
||||||
|
|
Loading…
Reference in a new issue