Skip to content

如何修改首页文章目录封面图的默认高度? #439

Answered by zhixuan2333
guowei-gong asked this question in Q&A
Discussion options

You must be logged in to vote

.article-image {
img {
width: 100%;
height: 150px;
object-fit: cover;
@include respond(md) {
height: 200px;
}
@include respond(xl) {
height: 250px;
}
}
}

修改height

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CaiJimmy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #437 on December 22, 2021 21:28.