fix cardHeader (#747)

This commit is contained in:
Emily
2023-04-11 00:07:03 +08:00
committed by GitHub
parent 951557050e
commit 8d34a7573b
+4 -3
View File
@@ -164,8 +164,9 @@ Yellow: #FFC212
.card .card-head { .card .card-head {
height: 172px; height: 172px;
-o-object-fit: cover; display: flex;
object-fit: cover; justify-content: center;
align-items: center;
overflow: hidden; overflow: hidden;
} }
@@ -513,4 +514,4 @@ Yellow: #FFC212
font-size: 1.5rem; font-size: 1.5rem;
} }
} }