fix: selectors
This commit is contained in:
parent
d86ddc6694
commit
5e9974f391
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"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.",
|
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -335,7 +335,7 @@ article [rel="author"] {
|
||||||
margin-bottom: .25rem;
|
margin-bottom: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
article p:first-child {
|
article p:first-of-type {
|
||||||
margin-top: .4rem;
|
margin-top: .4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -473,7 +473,7 @@ li {
|
||||||
margin: 0 0 .25rem;
|
margin: 0 0 .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
article p:first-child {
|
article p:first-of-type {
|
||||||
margin-top: .75rem;
|
margin-top: .75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue