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",
|
"name": "coryd.dev",
|
||||||
"version": "19.10.5",
|
"version": "19.10.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.10.5",
|
"version": "19.10.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.10.5",
|
"version": "19.10.6",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
& p {
|
& p {
|
||||||
&.title {
|
&.title {
|
||||||
font-size: var(--font-size-xl);
|
font-size: var(--font-size-xl);
|
||||||
line-height: 1.25;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sub-meta {
|
&.sub-meta {
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
&.title {
|
&.title {
|
||||||
font-size: var(--font-size-xl);
|
font-size: var(--font-size-xl);
|
||||||
line-height: 1;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sub-meta {
|
&.sub-meta {
|
||||||
|
|
|
@ -142,7 +142,7 @@
|
||||||
|
|
||||||
&.title {
|
&.title {
|
||||||
font-size: var(--font-size-xl);
|
font-size: var(--font-size-xl);
|
||||||
line-height: 1;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sub-meta {
|
&.sub-meta {
|
||||||
|
|
Reference in a new issue