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 6755cdc commit 5f53945Copy full SHA for 5f53945
src/app/conf/2025/components/testimonials/index.tsx
@@ -64,7 +64,7 @@ export function Testimonials({ className, ...rest }: TestimonialsProps) {
64
className="flex shrink-0 snap-start flex-row-reverse items-center gap-6 max-md:flex-col md:px-10"
65
>
66
<div>
67
- <p className="max-w-[calc(100vw-16px)] typography-body-lg max-md:text-center md:max-w-[544px] xl:text-2xl">
+ <p className="max-w-[calc(100vw-32px)] typography-body-lg max-md:text-center md:max-w-[544px] xl:text-2xl">
68
{testimonial.quote}
69
</p>
70
<AuthorNameAndRole
0 commit comments