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 d82a4df commit e64c3d8Copy full SHA for e64c3d8
1 file changed
src/components/LibraryTestimonials.tsx
@@ -14,7 +14,7 @@ export function LibraryTestimonials({
14
15
return (
16
<div className="w-full overflow-hidden py-8">
17
- <div className="mb-8 px-4">
+ <div className="mb-8 px-4 w-full lg:max-w-(--breakpoint-lg) mx-auto">
18
<h3 className="text-3xl font-bold">Loved by Developers</h3>
19
<p className="text-sm text-gray-500 dark:text-gray-400 mt-2">
20
See what teams are saying
0 commit comments