fix: font size

This commit is contained in:
Cory Dransfeldt 2024-07-03 13:16:35 -07:00
parent 44cd28b408
commit ce27944f3f
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -67,8 +67,8 @@
}
&.sub-meta {
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
}
&.title,