web/ChangelogEntry: reduce banner min height

This commit is contained in:
wukko 2024-11-05 00:43:20 +06:00
parent cecdbda7e4
commit 2b7fcabf87
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -142,7 +142,7 @@
display: block;
object-fit: cover;
max-height: 320pt;
min-height: 210pt;
min-height: 180pt;
width: 100%;
aspect-ratio: 16/9;
border-radius: var(--padding);