mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 08:26:22 +01:00
web/ChangelogEntry: increase max banner height
This commit is contained in:
parent
c6d0e0bdd5
commit
00c4531011
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
||||||
:global(.changelog-banner) {
|
:global(.changelog-banner) {
|
||||||
display: block;
|
display: block;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
max-height: 320pt;
|
max-height: 350pt;
|
||||||
min-height: 180pt;
|
min-height: 180pt;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 16/9;
|
aspect-ratio: 16/9;
|
||||||
|
|
Loading…
Reference in a new issue