diff --git a/components/DataCard/DataCard.tsx b/components/DataCard/DataCard.tsx index 6d20cf3a..ceb217b7 100644 --- a/components/DataCard/DataCard.tsx +++ b/components/DataCard/DataCard.tsx @@ -43,7 +43,7 @@ export const DataCard = ({ >
{heading && ( - + {heading} )} diff --git a/components/Homepage/IdealFellow.tsx b/components/Homepage/IdealFellow.tsx index 66800b7c..2721d32e 100644 --- a/components/Homepage/IdealFellow.tsx +++ b/components/Homepage/IdealFellow.tsx @@ -23,8 +23,8 @@ export const IdealFellow = () => {
Shape - what’s - next + what’s + next
Preparing citizens diff --git a/components/MomentPoster/MomentPoster.styles.ts b/components/MomentPoster/MomentPoster.styles.ts index b35b90a6..6350cdd4 100644 --- a/components/MomentPoster/MomentPoster.styles.ts +++ b/components/MomentPoster/MomentPoster.styles.ts @@ -8,7 +8,7 @@ export const overlay = (hasBgGradient?: boolean) => cnb('absolute top-0 left-0 w export const contentWrapper = 'lg:rs-pr-9 ml-0'; -export const heading = 'leading-[0.9] max-w-1000 mx-auto rs-mb-1'; +export const heading = 'max-w-1000 mx-auto rs-mb-1'; export const headingWrapper = 'mx-auto w-fit gap-02em'; export const thumbnailWrapper = 'inline-block'; diff --git a/components/MomentPoster/MomentPoster.tsx b/components/MomentPoster/MomentPoster.tsx index 72985ae5..de2f246c 100644 --- a/components/MomentPoster/MomentPoster.tsx +++ b/components/MomentPoster/MomentPoster.tsx @@ -107,7 +107,7 @@ export const MomentPoster = ({ /> )} - + {textBefore && ( diff --git a/components/Typography/typography.styles.ts b/components/Typography/typography.styles.ts index 6d92e9f6..bd882d44 100644 --- a/components/Typography/typography.styles.ts +++ b/components/Typography/typography.styles.ts @@ -44,6 +44,7 @@ export const fontLeadings = { cozy: 'leading-cozy', // 1.4 normal: 'leading', // 1.5 trim: 'leading-trim', // 0.75 + druk: 'leading-druk', // 0.9 }; export const textAligns = {