Fixes issue where media player was cutoff for mid width devices

This commit is contained in:
2026-06-26 04:54:05 +00:00
parent 0263f978aa
commit 5188777556
5 changed files with 65 additions and 54 deletions
+2 -2
View File
@@ -198,7 +198,7 @@
display: flex;
gap: clamp($spacing-xl, 4vw, $spacing-3xl);
width: max-content;
animation: scroll-carousel 30s linear infinite;
animation: scroll-carousel 45s linear infinite;
&.paused {
animation-play-state: paused;
@@ -211,7 +211,7 @@
}
to {
transform: translateX(-50%);
transform: translateX(-66.666%);
}
}