Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

fix:Responsiveness testimonials details #830

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/layout/Testimonials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Testimonials = ({
{tweetId ? (
<TweetCarousael tweetId={tweetId} setTweetId={setTweetId} />
) : (
<div className='flex flex-col gap-4'>
<div className='flex flex-col gap-4 max-md:w-80'>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct it.

Copy link
Author

@techmannih techmannih Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when I change this class, code is working locally and this is correct class

<Carousel
cols={3}
rows={1}
Expand Down