Skip to content

Commit 5f53945

Browse files
committed
Fix the width
1 parent 6755cdc commit 5f53945

File tree

1 file changed

+1
-1
lines changed
  • src/app/conf/2025/components/testimonials

1 file changed

+1
-1
lines changed

src/app/conf/2025/components/testimonials/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function Testimonials({ className, ...rest }: TestimonialsProps) {
6464
className="flex shrink-0 snap-start flex-row-reverse items-center gap-6 max-md:flex-col md:px-10"
6565
>
6666
<div>
67-
<p className="max-w-[calc(100vw-16px)] typography-body-lg max-md:text-center md:max-w-[544px] xl:text-2xl">
67+
<p className="max-w-[calc(100vw-32px)] typography-body-lg max-md:text-center md:max-w-[544px] xl:text-2xl">
6868
{testimonial.quote}
6969
</p>
7070
<AuthorNameAndRole

0 commit comments

Comments
 (0)