chore: styles
This commit is contained in:
parent
3eb679d094
commit
f1c7f5f92a
5 changed files with 6 additions and 6 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
& p {
|
||||
&.title {
|
||||
font-size: var(--font-size-xl);
|
||||
line-height: 1.25;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
&.sub-meta {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
&.title {
|
||||
font-size: var(--font-size-xl);
|
||||
line-height: 1;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
&.sub-meta {
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
|
||||
&.title {
|
||||
font-size: var(--font-size-xl);
|
||||
line-height: 1;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
&.sub-meta {
|
||||
|
|
Reference in a new issue