chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-17 12:48:17 -07:00
parent b6151a5e77
commit a80d5897e2
No known key found for this signature in database
4 changed files with 4 additions and 6 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "24.14.1",
"version": "24.14.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "24.14.1",
"version": "24.14.2",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",

View file

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

View file

@ -401,7 +401,6 @@ th {
justify-content: space-between;
& h1 {
font-weight: var(--font-weight-extrabold);
margin: 0;
padding: 0;
}

View file

@ -92,8 +92,7 @@
--font-size-3xl: 1.6rem;
--font-weight-base: 400;
--font-weight-bold: 600;
--font-weight-extrabold: 800;
--font-weight-bold: 700;
--line-height-sm: 1;
--line-height-md: 1.5;