Skip to content

Commit 8368c3e

Browse files
committed
style(home): change featured and mini cover to 16:9 aspect ratio
1 parent cc88490 commit 8368c3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vue/src/assets/blog.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ body {
471471
border-radius: 10px;
472472
overflow: hidden;
473473
background: var(--placeholder-tint);
474-
aspect-ratio: 4 / 3;
474+
aspect-ratio: 16 / 9;
475475
}
476476

477477
.home-featured-cover img {
@@ -1132,7 +1132,7 @@ body {
11321132

11331133
.mini-cover {
11341134
width: 60px;
1135-
height: 44px;
1135+
aspect-ratio: 16 / 9;
11361136
border-radius: 10px;
11371137
overflow: hidden;
11381138
background: var(--placeholder-tint);

0 commit comments

Comments
 (0)