Ask Organizer xl breakpoint
This commit is contained in:
@@ -30,7 +30,12 @@ const AskOrganizer = ({
|
|||||||
|
|
||||||
{/* Button */}
|
{/* Button */}
|
||||||
<div className="flex justify-center">
|
<div className="flex justify-center">
|
||||||
<Button href={buttonHref} size="large" variant="default">
|
<Button
|
||||||
|
href={buttonHref}
|
||||||
|
size="large"
|
||||||
|
variant="default"
|
||||||
|
className="xl:!px-[var(--spacing-scale-020)] xl:!py-[var(--spacing-scale-012)] xl:!text-[24px] xl:!leading-[28px]"
|
||||||
|
>
|
||||||
{buttonText}
|
{buttonText}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ const ContentLockup = ({
|
|||||||
titleContainer:
|
titleContainer:
|
||||||
"flex gap-[var(--spacing-scale-008)] items-center justify-center",
|
"flex gap-[var(--spacing-scale-008)] items-center justify-center",
|
||||||
title:
|
title:
|
||||||
"font-bricolage-grotesque font-medium text-[36px] leading-[110%] tracking-[0] md:text-[44px] md:leading-[110%] text-[var(--color-content-default-brand-primary)] text-center",
|
"font-bricolage-grotesque font-medium text-[36px] leading-[110%] tracking-[0] md:text-[44px] md:leading-[110%] xl:text-[52px] xl:leading-[110%] text-[var(--color-content-default-brand-primary)] text-center",
|
||||||
subtitle:
|
subtitle:
|
||||||
"font-inter font-normal text-[18px] leading-[130%] tracking-[0] md:text-[24px] md:leading-[32px] text-[var(--color-content-default-primary)] text-center",
|
"font-inter font-normal text-[18px] leading-[130%] tracking-[0] md:text-[24px] md:leading-[32px] text-[var(--color-content-default-primary)] text-center",
|
||||||
shape:
|
shape:
|
||||||
|
|||||||
Reference in New Issue
Block a user