diff --git a/web/src/components/changelog/ChangelogEntry.svelte b/web/src/components/changelog/ChangelogEntry.svelte index 4df9fa40..e6ba53d1 100644 --- a/web/src/components/changelog/ChangelogEntry.svelte +++ b/web/src/components/changelog/ChangelogEntry.svelte @@ -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;