fix: Homepage video section layout shift (#13987)

pull/13996/head^2
Alex Carpenter 2026-02-17 10:52:47 -05:00 committed by GitHub
parent 46739ca7cd
commit df59d1412b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -668,6 +668,8 @@ body {
max-width: none;
max-height: none;
display: block;
aspect-ratio: 16 / 9;
object-fit: cover;
}
}