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);