update aspect ratio to reflect cover image size (#17734)

* Prevent cover images from scaling down

* Update aspect ratio
This commit is contained in:
Andrew Bone 2022-06-30 13:59:40 +01:00 committed by GitHub
parent d806393642
commit 419a63862d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
padding-bottom: 0;
height: 100%;
width: 100%;
aspect-ratio: auto 650 / 275;
aspect-ratio: auto 650 / 273;
object-fit: scale-down;
}
}