fix: line height

This commit is contained in:
Cory Dransfeldt 2024-09-18 07:18:42 -07:00
parent 85accd3c4a
commit ead84a41ae
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -15,7 +15,6 @@
& p {
font-size: var(--font-size-sm);
line-height: var(--line-height-md);
margin: 0;
a {