changed some color and fix some styles
This commit is contained in:
@@ -45,7 +45,7 @@ export function ProductReviewsSection({
|
||||
const t= useTranslations();
|
||||
|
||||
return (
|
||||
<Card className="p-6 rounded-xl">
|
||||
<Card className="p-3 md:p-6 rounded-xl">
|
||||
<div className="flex justify-between items-center ">
|
||||
<div>
|
||||
<h3 className="text-2xl font-bold">{t("customer_reviews")}</h3>
|
||||
|
||||
Reference in New Issue
Block a user