From 4661e14cffd9471d8013bf320bdca90cb2ff1f95 Mon Sep 17 00:00:00 2001 From: Kenji Shiroma Date: Fri, 17 Nov 2023 16:21:39 +1000 Subject: [PATCH 1/2] bullet point fix --- apps/site/src/components/document-renderer/list/list.style.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/src/components/document-renderer/list/list.style.ts b/apps/site/src/components/document-renderer/list/list.style.ts index 89cdfe7b9..f19558483 100644 --- a/apps/site/src/components/document-renderer/list/list.style.ts +++ b/apps/site/src/components/document-renderer/list/list.style.ts @@ -3,7 +3,7 @@ import { tv } from 'tailwind-variants'; export const styles = tv({ slots: { base: 'my-4 w-full p-0 leading-[2] last:mb-0', - li: 'relative mb-2 pl-3 leading-7', + li: 'relative mb-2 pl-[1.1875rem] leading-7', }, variants: { color: { @@ -20,7 +20,7 @@ export const styles = tv({ }, unordered: { base: '', - li: 'leading-normal before:absolute before:left-0 before:top-[0.6rem] before:block before:h-[0.5rem] before:w-[0.5rem] before:rounded-full last:mb-0', + li: 'leading-normal before:absolute before:left-[0.25rem] before:top-1 before:block before:h-[0.5rem] before:w-[0.5rem] before:rounded-full last:mb-0', }, }, fontFamily: { From 4e4ed49ef6f291b49f8bddde3d9fc16d9af97ff4 Mon Sep 17 00:00:00 2001 From: Kenji Shiroma Date: Fri, 17 Nov 2023 16:28:40 +1000 Subject: [PATCH 2/2] fix --- .../app/articles/[article]/components/heading/heading.style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/src/app/articles/[article]/components/heading/heading.style.ts b/apps/site/src/app/articles/[article]/components/heading/heading.style.ts index 41e874139..08722fe39 100644 --- a/apps/site/src/app/articles/[article]/components/heading/heading.style.ts +++ b/apps/site/src/app/articles/[article]/components/heading/heading.style.ts @@ -10,7 +10,7 @@ export const styles = tv({ }, level: { 1: 'typography-site-5 mb-5', - 2: 'typography-site-7 mb-4 !leading-[1.428571429] xsl:typography-site-6 xsl:mb-5', + 2: 'typography-site-7 mb-4 !leading-loose xsl:typography-site-6 xsl:mb-5', 3: 'typography-site-7 mb-5', 4: 'typography-site-9 mb-5', 5: 'typography-site-10 mb-2',