From c04f2f74db3231ba2a1fd3e5416b4a8fafa492df Mon Sep 17 00:00:00 2001 From: Bri Date: Tue, 21 May 2024 15:23:22 -0400 Subject: [PATCH] update mobile font letter spacing --- src/components/Manifesto/Manifesto.tsx | 2 +- tailwind.config.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Manifesto/Manifesto.tsx b/src/components/Manifesto/Manifesto.tsx index 1852a9e..9538e8b 100644 --- a/src/components/Manifesto/Manifesto.tsx +++ b/src/components/Manifesto/Manifesto.tsx @@ -4,7 +4,7 @@ import Link from "next/link"; export default function Manifesto() { return (
-

+

The Open Source Justice Manifesto

diff --git a/tailwind.config.ts b/tailwind.config.ts index 1fc311d..f7d9917 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -26,13 +26,13 @@ const config = { "2rem", { lineHeight: "2.5rem", - letterSpacing: "0.2px", + letterSpacing: "-0.0375rem", }, ], "4xl": [ "2.75rem", { - letterSpacing: "-3px", + letterSpacing: "-0.0625rem", lineHeight: "50px", }, ], @@ -49,7 +49,7 @@ const config = { "6.25rem", { lineHeight: "6.875rem", - letterSpacing: "-3px", + letterSpacing: "-0.1875rem", }, ], },