fix: aspect ratio
This commit is contained in:
parent
c324fae7d7
commit
0ec44331be
3 changed files with 7 additions and 3 deletions
|
@ -127,6 +127,10 @@
|
|||
margin-top: var(--sizing-base);
|
||||
border-bottom: 0;
|
||||
|
||||
& img {
|
||||
aspect-ratio: var(--aspect-ratio-banner);
|
||||
}
|
||||
|
||||
& .watching-meta {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Reference in a new issue