diff --git a/src/lib/components/ProjectContent.svelte b/src/lib/components/ProjectContent.svelte index de0a8eb..5ae021d 100644 --- a/src/lib/components/ProjectContent.svelte +++ b/src/lib/components/ProjectContent.svelte @@ -95,7 +95,6 @@ gap: $unit-4x; } - /* Case Study Section */ .case-study-content { :global(h1), @@ -124,8 +123,8 @@ :global(p) { margin: $unit-2x 0; - font-size: 1.0625rem; - line-height: 1.65; + font-size: 1.125rem; + line-height: 1.5; color: $grey-20; }