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 {
|
||||
aspect-ratio: 40 / 21;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
@extend %rounded;
|
||||
|
|
Loading…
Reference in a new issue