1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 04:21:27 +08:00

优化文章缩略图尺寸

This commit is contained in:
koogua 2022-08-31 10:27:03 +08:00
parent 6870380091
commit ea78fd3c5c

View File

@ -479,8 +479,8 @@
.article-card .cover { .article-card .cover {
flex: 0 0 auto; flex: 0 0 auto;
width: 150px; width: 180px;
height: 84px; height: 100px;
margin-left: 10px; margin-left: 10px;
} }