fix: header spacing

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

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "4.0.8",
"version": "4.0.9",
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -536,6 +536,10 @@ code {
padding-top: 1rem;
}
.article__wrapper article h2 {
margin-top: 2rem;
}
article h2 {
line-height: var(--line-height-2xl);
margin-top: 0;