Fix image size to smaller

This commit is contained in:
KMY 2023-07-25 17:02:56 +09:00
parent 83065ff389
commit 46f8d7e1f5

View file

@ -3722,6 +3722,7 @@ a.status-card {
margin: 0;
width: 100%;
height: 100%;
max-height: 286px;
object-fit: cover;
background-size: cover;
background-position: center center;
@ -6316,6 +6317,7 @@ a.status-card {
img {
height: 100%;
width: 100%;
max-height: 70vh;
}
img {