web/ChangelogEntry: reduce banner min height
This commit is contained in:
parent
cecdbda7e4
commit
2b7fcabf87
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
max-height: 320pt;
|
max-height: 320pt;
|
||||||
min-height: 210pt;
|
min-height: 180pt;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 16/9;
|
aspect-ratio: 16/9;
|
||||||
border-radius: var(--padding);
|
border-radius: var(--padding);
|
||||||
|
|
Loading…
Reference in a new issue