Skip to content

Commit

Permalink
Merge pull request #190 from Actualiza-Tu-Carro/120-reviews
Browse files Browse the repository at this point in the history
cambios
  • Loading branch information
Orliluq authored Oct 27, 2023
2 parents 42cf570 + 02350eb commit bc166c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cards/reviewsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const Reviews: React.FC<ReviewsProps> = ({
return stars;
};

return (
<div className="flex flex-col w-[320px] bg-white m-5 p-4 lg:shadow-md rounded-lg ">
return ( // cambio de 320 a 1920 max
<div className="flex flex-col max-w-[1920px] bg-white m-5 p-4 lg:shadow-md rounded-lg ">
<div>
<Icon icon="quotationMarks" />
</div>
Expand Down

0 comments on commit bc166c3

Please sign in to comment.