From 0de1c9d628f456ecc5740a27e2a1e2f20248d3b4 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 28 Dec 2023 10:44:47 -0800 Subject: [PATCH] fix: header spacing --- package.json | 2 +- src/assets/styles/index.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f226bd24..8da08cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "4.0.7", + "version": "4.0.8", "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index df7b391e..9a1453de 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -538,6 +538,7 @@ code { article h2 { line-height: var(--line-height-2xl); + margin-top: 0; margin-bottom: 0; }