Ask Organizer md breakpoint

This commit is contained in:
adilallo
2025-08-27 10:53:16 -06:00
parent 0f996889d2
commit 50d4bf6a0f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -53,9 +53,9 @@ const ContentLockup = ({
titleContainer:
"flex gap-[var(--spacing-scale-008)] items-center justify-center",
title:
"font-bricolage-grotesque font-medium text-[36px] leading-[110%] tracking-[0] 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%] text-[var(--color-content-default-brand-primary)] text-center",
subtitle:
"font-inter font-normal text-[18px] leading-[130%] tracking-[0] 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:
"w-[16px] h-[16px] md:w-[20px] md:h-[20px] lg:w-[24px] lg:h-[24px]",
},