chore: styles

This commit is contained in:
Cory Dransfeldt 2024-07-04 21:10:33 -07:00
parent 3eb679d094
commit f1c7f5f92a
No known key found for this signature in database
5 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "19.10.5",
"version": "19.10.6",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

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

View file

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

View file

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