Skip to content

Commit 1a977a8

Browse files
committed
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)
1 parent 2b9d379 commit 1a977a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/addon/commons.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ sup {
309309
.preview-img {
310310
aspect-ratio: 40 / 21;
311311
width: 100%;
312+
height: 100%;
312313
overflow: hidden;
313314

314315
@extend %rounded;

0 commit comments

Comments
 (0)