fix: line height

This commit is contained in:
Cory Dransfeldt 2024-06-27 09:38:48 -07:00
parent d3b31cc796
commit 8782e645cd
No known key found for this signature in database
3 changed files with 16 additions and 16 deletions

26
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.6.8",
"version": "19.6.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.6.8",
"version": "19.6.9",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",
@ -21,7 +21,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.7.0",
"@supabase/supabase-js": "^2.44.0",
"@supabase/supabase-js": "^2.44.1",
"dotenv-flow": "^4.1.0",
"html-minifier-terser": "^7.2.0",
"liquidjs": "^10.14.0",
@ -456,9 +456,9 @@
}
},
"node_modules/@supabase/postgrest-js": {
"version": "1.15.6",
"resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.15.6.tgz",
"integrity": "sha512-zg3URVhoHOijdqMyn3LIFHh+Pqj5BmRqWAaoSExzIHc4m0kGBMPMjDcleamGhbelAAiKbjpQ04mBgooDliGl5A==",
"version": "1.15.7",
"resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.15.7.tgz",
"integrity": "sha512-TJztay5lcnnKuXjIO/X/aaajOsP8qNeW0k3MqIFoOtRolj5MEAIy8rixNakRk3o23eVCdsuP3iMLYPvOOruH6Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -489,16 +489,16 @@
}
},
"node_modules/@supabase/supabase-js": {
"version": "2.44.0",
"resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.44.0.tgz",
"integrity": "sha512-SzMvAgSVuPzx7itiYiascXAVBqTcZ9zX3ONIdhZEWKUEgWaJftfPyVvz+PMYznK77miSMuy1f4geAvPElyiS2g==",
"version": "2.44.1",
"resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.44.1.tgz",
"integrity": "sha512-4vCOkefRoeacmMELIWlYPwsfd9y/stH4fCZ4GZZjiOCHeViIrZ8artdj61MwkjQKFuF1uZ87gCKjtMDKLJsDlA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@supabase/auth-js": "2.64.2",
"@supabase/functions-js": "2.4.1",
"@supabase/node-fetch": "2.6.15",
"@supabase/postgrest-js": "1.15.6",
"@supabase/postgrest-js": "1.15.7",
"@supabase/realtime-js": "2.10.1",
"@supabase/storage-js": "2.6.0"
}
@ -825,9 +825,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001637",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001637.tgz",
"integrity": "sha512-1x0qRI1mD1o9e+7mBI7XtzFAP4XszbHaVWsMiGbSPLYekKTJF7K+FNk6AsXH4sUpc+qrsI3pVgf1Jdl/uGkuSQ==",
"version": "1.0.30001638",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001638.tgz",
"integrity": "sha512-5SuJUJ7cZnhPpeLHaH0c/HPAnAHZvS6ElWyHK9GSIbVOQABLzowiI2pjmpvZ1WEbkyz46iFd4UXlOHR5SqgfMQ==",
"dev": true,
"funding": [
{

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "19.6.8",
"version": "19.6.9",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {
@ -31,7 +31,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.7.0",
"@supabase/supabase-js": "^2.44.0",
"@supabase/supabase-js": "^2.44.1",
"dotenv-flow": "^4.1.0",
"html-minifier-terser": "^7.2.0",
"liquidjs": "^10.14.0",

View file

@ -69,7 +69,7 @@
& p {
&.title {
font-size: var(--font-size-xl);
line-height: 1;
line-height: 1.25;
}
&.sub-meta {