We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88edd9 commit 10656b5Copy full SHA for 10656b5
src/app/conf/2025/components/testimonials/index.tsx
@@ -79,7 +79,7 @@ export function TestimonialsList({
79
className,
80
)}
81
>
82
- <div className="scroll-start-x-[20%] scroll-start-x [@media(width<=1840px)]:hidden" />
+ <div className="scroll-start-x scroll-start-x-[20%] [@media(width<=1840px)]:hidden" />
83
{testimonials.map((testimonial, i) => (
84
<div
85
key={i}
0 commit comments