chore: cleanup styles
This commit is contained in:
parent
31cd1e89ef
commit
19ee91a4d9
4 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "11.3.8",
|
||||
"version": "11.3.9",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
||||
}
|
||||
|
||||
.default-wrapper > .now-header:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.now-header-buttons {
|
||||
margin: 0 0 var(--sizing-lg);
|
||||
|
||||
|
|
|
@ -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 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@ hr.footnotes-sep {
|
|||
}
|
||||
|
||||
.footnotes-list {
|
||||
margin-bottom: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
|
||||
& li:last-child {
|
||||
margin-bottom: 0;
|
||||
|
|
Reference in a new issue