File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -275,13 +275,20 @@ export const CarousselContentBlock = ({
275
275
</ P >
276
276
</ div >
277
277
< div className = "w-full text-left" >
278
- < Link href = { href } shallow = { true } className = "inline-block" >
278
+ < Link href = { href } shallow = { true } className = "inline-block max-w-full" >
279
+ < Button
280
+ label = { "Discover Dust" }
281
+ variant = "outline"
282
+ size = "md"
283
+ icon = { ArrowRightIcon }
284
+ className = "flex max-w-full md:hidden"
285
+ />
279
286
< Button
280
287
label = { "Discover Dust for " + title }
281
288
variant = "outline"
282
289
size = "md"
283
290
icon = { ArrowRightIcon }
284
- className = "max-w-full"
291
+ className = "hidden max-w-full md:flex "
285
292
/>
286
293
</ Link >
287
294
</ div >
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ const pClasses = {
98
98
xxs : "font-objektiv text-xs text-muted-foreground md:text-sm leading-relaxed" ,
99
99
xs : "font-objektiv text-sm text-slate-400 md:text-base leading-relaxed" ,
100
100
sm : "font-objektiv text-base text-slate-400 md:text-lg leading-relaxed" ,
101
- md : "font-objektiv text-lg md:text-lg text-slate-300 lg:text-xl leading-relaxed" ,
101
+ md : "font-objektiv text-lg md:text-lg text-slate-700 lg:text-xl leading-relaxed" ,
102
102
lg : "font-objektiv text-lg md:text-xl text-slate-300 lg:text-2xl drop-shadow leading-relaxed" ,
103
103
} ;
104
104
You can’t perform that action at this time.
0 commit comments