diff --git a/app/category/components/CategoryHero.tsx b/app/category/components/CategoryHero.tsx index c3e1b0a..a393484 100644 --- a/app/category/components/CategoryHero.tsx +++ b/app/category/components/CategoryHero.tsx @@ -14,10 +14,10 @@ const CategoryHero: FC = () => { backgroundImage: "linear-gradient(108.5deg, rgba(33, 88, 140, 0.1) 89.65%, rgba(237, 243, 248, 0.3) 100%)", }} > -
-
-

{CATEGORY_TITLE}

-

{CATEGORY_DESCRIPTION}

+
+
+

{CATEGORY_TITLE}

+

{CATEGORY_DESCRIPTION}

@@ -27,13 +27,13 @@ const CategoryHero: FC = () => { width={360} height={360} priority - className="aspect-square w-55 sm:w-70 lg:w-[320px] rounded-2xl sm:rounded-3xl object-cover shadow-[0px_-4px_12px_0px_rgba(0,0,0,0.12)]" + className="aspect-square w-48 rounded-2xl object-cover shadow-[0px_-4px_12px_0px_rgba(0,0,0,0.12)] sm:w-60 sm:rounded-3xl lg:w-80" />
-