From 2b49a99be5d44f5ded85a898f2148fd7a48e3da8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 26 Apr 2024 22:57:14 -0400 Subject: [PATCH] chore: font sizing --- package.json | 2 +- src/assets/styles/base/index.css | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index c6d1fcc2..9badee2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "12.9.10", + "version": "12.9.11", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 35bf26dc..ffe3d326 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -200,8 +200,8 @@ th { line-height: 1.25; margin: 0; padding-bottom: var(--sizing-md); - font-size: var(--font-size-2xl); - line-height: var(--line-height-2xl); + font-size: var(--font-size-3xl); + line-height: var(--line-height-3xl); } } @@ -503,12 +503,6 @@ li { max-width: 768px; } - .main-title h1, - .page-header { - font-size: var(--font-size-3xl); - line-height: var(--line-height-3xl); - } - article { & h2 { margin: 0 0 var(--sizing-xs);