diff --git a/apps/docs/src/components/LemonSqueezyHeader.tsx b/apps/docs/src/components/LemonSqueezyHeader.tsx index 0ff4ffa..697eb8c 100644 --- a/apps/docs/src/components/LemonSqueezyHeader.tsx +++ b/apps/docs/src/components/LemonSqueezyHeader.tsx @@ -196,10 +196,10 @@ function ResourcesDropdown({ caseStudy, blog }: { caseStudy: WebflowData; blog: ]; return ( -
+
{/* ----------------------------- Helpful Links ----------------------------- */} - + {links.map(({ label, description, href }, index) => ( @@ -232,7 +232,7 @@ function ResourcesDropdown({ caseStudy, blog }: { caseStudy: WebflowData; blog: {/* ----------------------------- Blog Articles ---------------------------- */} - + ( ({ label, buttonHref, buttonLabel, ...otherProps }, ref) => { return (
diff --git a/apps/docs/tailwind.config.ts b/apps/docs/tailwind.config.ts index 3da9dcc..9077fef 100644 --- a/apps/docs/tailwind.config.ts +++ b/apps/docs/tailwind.config.ts @@ -30,6 +30,9 @@ const config: Config = { darkMode: "class", theme: { extend: { + screens: { + "2xl": "82rem", + }, typography: { DEFAULT: { css: { @@ -62,6 +65,7 @@ const config: Config = { }, maxWidth: { + "7xl": "82rem", "8xl": "88rem", "9xl": "96rem", "10xl": "102rem",