fix(dialog.css): first child spacing should be general, not tied to headers

This commit is contained in:
Cory Dransfeldt 2025-04-22 14:56:21 -07:00
parent 1c2563dbb4
commit 3fdf52bdcc
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"dependencies": {
"html-minifier-terser": "7.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "3.0.0",
"version": "3.0.1",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {

View file

@ -54,7 +54,7 @@ dialog {
font-size: var(--font-size-lg);
}
h1, h2, h3 {
* {
margin-top: 0;
}