Skip to content

Commit

Permalink
update mobile font letter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjcarroll committed May 21, 2024
1 parent ac2f1bc commit c04f2f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Manifesto/Manifesto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from "next/link";
export default function Manifesto() {
return (
<div className="p-2.5 flex flex-col lg:flex-row items-start gap-x-12 lg:mb-[120px] mt-20 lg:mt-40 mb-20">
<h2 className="uppercase mb-8 font-hubot text-heading text-[3rem] leading-[56px] md:text-[5rem] md:leading-[88px] tracking-[-3px] font-semibold lg:max-w-[465px]">
<h2 className="uppercase mb-8 font-hubot text-heading text-[3rem] leading-[56px] md:text-[5rem] md:leading-[88px] tracking-[-1px] font-semibold lg:max-w-[465px]">
The Open Source Justice Manifesto
</h2>

Expand Down
6 changes: 3 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
Expand All @@ -49,7 +49,7 @@ const config = {
"6.25rem",
{
lineHeight: "6.875rem",
letterSpacing: "-3px",
letterSpacing: "-0.1875rem",
},
],
},
Expand Down

0 comments on commit c04f2f7

Please sign in to comment.