fix: selectors

This commit is contained in:
Cory Dransfeldt 2024-03-01 16:25:04 -08:00
parent d86ddc6694
commit 5e9974f391
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -335,7 +335,7 @@ article [rel="author"] {
margin-bottom: .25rem;
}
article p:first-child {
article p:first-of-type {
margin-top: .4rem;
}
@ -473,7 +473,7 @@ li {
margin: 0 0 .25rem;
}
article p:first-child {
article p:first-of-type {
margin-top: .75rem;
}