Skip to content

Commit

Permalink
fix:overflow issue (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhirajsingh212 authored Oct 6, 2024
1 parent ad3c56a commit b4fba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const tweetIds = [

export default function Testimonials() {
return (
<div className="flex justify-center items-center min-h-fit max-w-[100vw] overflow-hidden flex-col">
<div className="flex justify-center items-center min-h-fit max-w-[90vw] sm:max-w-[100vw] overflow-hidden flex-col">
<div className="w-full h-fit flex flex-col items-center">
<h2 className="font-bold text-2xl md:text-4xl">Testimonials</h2>
<p className="text-sm md:text-base py-2 font-semibold text-[#64748B] dark:text-[#94A3B8]">
Expand Down

0 comments on commit b4fba38

Please sign in to comment.