File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/conf/2025/components/cta-card-section Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export function CtaCardSection({
21
21
className = "relative overflow-hidden bg-gradient-to-r from-pri-dark to-pri-base p-6 dark:from-pri-darker dark:to-pri-dark sm:p-16"
22
22
{ ...rest }
23
23
>
24
- < div className = "relative z-10 flex flex-col gap-10 sm:items-start" >
24
+ < div className = "relative z-10 flex flex-col gap-10 sm:items-start [@media(max-width:420px)]:text-center " >
25
25
< div className = "flex flex-col gap-6" >
26
26
< h2 className = "text-neu-0 typography-d1 dark:text-neu-900" >
27
27
{ heading }
@@ -46,7 +46,7 @@ export function CtaCardSection({
46
46
dark:[--end:hsl(var(--color-sec-base))]
47
47
48
48
[mask-size:cover]
49
- max-sm:[mask-position:center] max-sm:opacity-70
49
+ max-sm:[mask-position:center] max-sm:opacity-50
50
50
sm:[mask-size:1117px]
51
51
"
52
52
style = { {
You can’t perform that action at this time.
0 commit comments