chore: cleanup
This commit is contained in:
parent
b6151a5e77
commit
a80d5897e2
4 changed files with 4 additions and 6 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.14.1",
|
"version": "24.14.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.14.1",
|
"version": "24.14.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.5.0",
|
"@cdransf/api-text": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.14.1",
|
"version": "24.14.2",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -401,7 +401,6 @@ th {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
& h1 {
|
& h1 {
|
||||||
font-weight: var(--font-weight-extrabold);
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,8 +92,7 @@
|
||||||
--font-size-3xl: 1.6rem;
|
--font-size-3xl: 1.6rem;
|
||||||
|
|
||||||
--font-weight-base: 400;
|
--font-weight-base: 400;
|
||||||
--font-weight-bold: 600;
|
--font-weight-bold: 700;
|
||||||
--font-weight-extrabold: 800;
|
|
||||||
|
|
||||||
--line-height-sm: 1;
|
--line-height-sm: 1;
|
||||||
--line-height-md: 1.5;
|
--line-height-md: 1.5;
|
||||||
|
|
Reference in a new issue