From 03eba54fe57a162675dda3b08a8b85990d53da88 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 10 Jun 2025 02:50:46 -0700 Subject: [PATCH] Fix more typography --- src/lib/components/ProjectContent.svelte | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; }