fix: header spacing

This commit is contained in:
Cory Dransfeldt 2023-12-28 10:44:47 -08:00
parent c1189cde63
commit 0de1c9d628
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -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": {

View file

@ -538,6 +538,7 @@ code {
article h2 {
line-height: var(--line-height-2xl);
margin-top: 0;
margin-bottom: 0;
}