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

Commit

Permalink
correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih committed Dec 2, 2023
1 parent 6964bff commit 5350bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Cards/TestimonialCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const TestimonialCard = ({ src, description, from }) => {
className=' mb-2 inline-block h-20 w-20 rounded-full border-2 border-base-100 bg-base-100/10 object-cover object-center'
src={src}
/>
<p className='text-lg max-md:w-64'>{description}</p>
<p className='text-lg md:max-w-64'>{description}</p>
<hr className='styled-hr styled-hr--light mx-auto my-4' />
<h2 className='text-sm font-medium text-content '>{from}</h2>
</div>
Expand Down

0 comments on commit 5350bbc

Please sign in to comment.