Skip to content

Commit

Permalink
fix(home): responsive gap at the bottom of preview image
Browse files Browse the repository at this point in the history
Range of impacted screen widths:

- (width >= 768px) and (width < 1150px)
- (width >= 1200px) and (width <= 1460px)
  • Loading branch information
cotes2020 committed Nov 12, 2023
1 parent 2b9d379 commit 1a977a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ sup {
.preview-img {
aspect-ratio: 40 / 21;
width: 100%;
height: 100%;
overflow: hidden;

@extend %rounded;
Expand Down

0 comments on commit 1a977a8

Please sign in to comment.