Updating series detail cover style (#1498)

# FIxed
- Fixed: Fixed an issue with series detail cover when scaled down.
This commit is contained in:
Robbie Davis 2022-09-02 07:42:44 -04:00 committed by GitHub
parent 9c8aa5b336
commit b85c5ccca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,3 +36,7 @@
.image-container {
max-height: 400px;
}
.info-container {
align-items: flex-start;
}