fix frontpage feature card scaling

This commit is contained in:
outfoxxed 2024-11-08 23:36:03 -08:00
parent 963c07f464
commit 4546105f21
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 82 additions and 29 deletions

View file

@ -47,7 +47,7 @@
}
.marquee-item-spacing {
width: 75svw;
width: calc(100svw - 12rem);
max-width: 75rem;
aspect-ratio: 16 / 9;
display: flex;