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:
Cotes Chung 2023-11-13 03:59:48 +08:00
parent 2b9d379d70
commit 1a977a87a0
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 1 additions and 0 deletions

View File

@ -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;