fix cardHeader (#747)

This commit is contained in:
Emily 2023-04-11 00:07:03 +08:00 committed by GitHub
parent 951557050e
commit 8d34a7573b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,8 +164,9 @@ Yellow: #FFC212
.card .card-head {
height: 172px;
-o-object-fit: cover;
object-fit: cover;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
@ -513,4 +514,4 @@ Yellow: #FFC212
font-size: 1.5rem;
}
}