Fix title card default background image size

This commit is contained in:
Matt Borgerson 2022-12-07 11:01:46 -07:00
parent 465ed4ba84
commit 19692eed41

View File

@ -40,9 +40,8 @@
background-color: #373737;
}
.title-card-image-container {
background-image:url('cover_front_default.png');
background-size: 8rem 11rem;
background-repeat: no-repeat;
background-image: url('cover_front_default.png');
background-size: cover;
width: 100%;
min-height: 11rem;
}