Skip to content

Commit e64c3d8

Browse files
committed
feat: align testimonials headings with container width
1 parent d82a4df commit e64c3d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LibraryTestimonials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function LibraryTestimonials({
1414

1515
return (
1616
<div className="w-full overflow-hidden py-8">
17-
<div className="mb-8 px-4">
17+
<div className="mb-8 px-4 w-full lg:max-w-(--breakpoint-lg) mx-auto">
1818
<h3 className="text-3xl font-bold">Loved by Developers</h3>
1919
<p className="text-sm text-gray-500 dark:text-gray-400 mt-2">
2020
See what teams are saying

0 commit comments

Comments
 (0)