File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ const adoptionCards = [
102
102
103
103
// duplicate 1 2 3, 1 2 3 to fix mobile slider bug where styles are not applied
104
104
const adoptionStyles = [
105
- "bg-background bg-gradient-to-t from-20% to-60% from-accent-c/10 to-accent-c/5 dark:from-accent-c/20 dark:to-accent-c/10 border-accent-c/10" ,
105
+ "bg-background bg-gradient-to-b from-20% to-60% from-accent-c/10 to-accent-c/5 dark:from-accent-c/20 dark:to-accent-c/10 border-accent-c/10" ,
106
106
"bg-background bg-gradient-to-b from-20% to-60% from-accent-b/10 to-accent-b/5 dark:from-accent-b/20 dark:to-accent-b/10 border-accent-b/10" ,
107
- "bg-background bg-gradient-to-r from-20% to-60% from-accent-a/10 to-accent-a/5 dark:from-accent-a/20 dark:to-accent-a/10 border-accent-a/10" ,
108
- "bg-background bg-gradient-to-t from-20% to-60% from-accent-c/10 to-accent-c/5 dark:from-accent-c/20 dark:to-accent-c/10 border-accent-c/10" ,
107
+ "bg-background bg-gradient-to-b from-20% to-60% from-accent-a/10 to-accent-a/5 dark:from-accent-a/20 dark:to-accent-a/10 border-accent-a/10" ,
108
+ "bg-background bg-gradient-to-b from-20% to-60% from-accent-c/10 to-accent-c/5 dark:from-accent-c/20 dark:to-accent-c/10 border-accent-c/10" ,
109
109
"bg-background bg-gradient-to-b from-20% to-60% from-accent-b/10 to-accent-b/5 dark:from-accent-b/20 dark:to-accent-b/10 border-accent-b/10" ,
110
- "bg-background bg-gradient-to-r from-20% to-60% from-accent-a/10 to-accent-a/5 dark:from-accent-a/20 dark:to-accent-a/10 border-accent-a/10" ,
110
+ "bg-background bg-gradient-to-b from-20% to-60% from-accent-a/10 to-accent-a/5 dark:from-accent-a/20 dark:to-accent-a/10 border-accent-a/10" ,
111
111
]
112
112
113
113
const innovationCards = [
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
277
277
< div
278
278
key = { card . title }
279
279
className = { cn (
280
- "w-[70%] rounded-2xl p-8" ,
280
+ "w-[70%] rounded-2xl p-8 shadow " ,
281
281
index % 2 === 0 && "ml-auto" ,
282
282
index !== 0 && "-mt-10" ,
283
283
zIndexClasses [ index ] ,
You can’t perform that action at this time.
0 commit comments