web/ChangelogEntry: increase max banner height

This commit is contained in:
wukko 2024-12-23 23:02:34 +06:00
parent c6d0e0bdd5
commit 00c4531011
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -141,7 +141,7 @@
:global(.changelog-banner) {
display: block;
object-fit: cover;
max-height: 320pt;
max-height: 350pt;
min-height: 180pt;
width: 100%;
aspect-ratio: 16/9;