chore: cleanup styles

This commit is contained in:
Cory Dransfeldt 2024-04-16 09:43:53 -07:00
parent 31cd1e89ef
commit 19ee91a4d9
No known key found for this signature in database
4 changed files with 7 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "11.3.8", "version": "11.3.9",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -7,6 +7,10 @@
margin: var(--sizing-3xl) 0 var(--sizing-lg); margin: var(--sizing-3xl) 0 var(--sizing-lg);
} }
.default-wrapper > .now-header:first-of-type {
margin-top: 0;
}
.now-header-buttons { .now-header-buttons {
margin: 0 0 var(--sizing-lg); margin: 0 0 var(--sizing-lg);

View file

@ -14,14 +14,6 @@
} }
} }
.now-header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
.default-wrapper > .now-header:first-of-type {
margin-top: 0 !important;
}
.link-list { .link-list {
margin-top: 0; margin-top: 0;
} }

View file

@ -9,8 +9,8 @@ hr.footnotes-sep {
} }
.footnotes-list { .footnotes-list {
margin-bottom: 0 !important; margin-bottom: 0;
padding-left: 0 !important; padding-left: 0;
& li:last-child { & li:last-child {
margin-bottom: 0; margin-bottom: 0;