1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

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

View File

@ -309,6 +309,7 @@ sup {
.preview-img {
aspect-ratio: 40 / 21;
width: 100%;
height: 100%;
overflow: hidden;
@extend %rounded;