We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f53945 commit a0cb8baCopy full SHA for a0cb8ba
src/app/conf/2025/components/testimonials/index.tsx
@@ -91,10 +91,14 @@ function TestimonialAuthor({ author }: { author: Testimonial["author"] }) {
91
height={128}
92
className="size-16 xl:size-32"
93
/>
94
- <div className="absolute inset-0 z-[1] bg-pri-base mix-blend-plus-lighter" />
+ <div className="absolute inset-0 z-[1] bg-pri-base opacity-95 mix-blend-plus-lighter" />
95
<Stripes />
96
</div>
97
<AuthorNameAndRole author={author} className="contents md:hidden" />
98
+ <div
99
+ // the separator
100
+ className="absolute inset-y-0 right-0 w-px bg-gradient-to-b from-transparent via-pri-lighter to-transparent max-md:hidden"
101
+ />
102
103
)
104
}
0 commit comments