fix: aspect ratio

This commit is contained in:
Cory Dransfeldt 2024-06-27 10:51:11 -07:00
parent c324fae7d7
commit 0ec44331be
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -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;