chore: font sizing
This commit is contained in:
parent
43166e57fd
commit
2b49a99be5
2 changed files with 3 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "12.9.10",
|
"version": "12.9.11",
|
||||||
"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": {
|
||||||
|
|
|
@ -200,8 +200,8 @@ th {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: var(--sizing-md);
|
padding-bottom: var(--sizing-md);
|
||||||
font-size: var(--font-size-2xl);
|
font-size: var(--font-size-3xl);
|
||||||
line-height: var(--line-height-2xl);
|
line-height: var(--line-height-3xl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -503,12 +503,6 @@ li {
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-title h1,
|
|
||||||
.page-header {
|
|
||||||
font-size: var(--font-size-3xl);
|
|
||||||
line-height: var(--line-height-3xl);
|
|
||||||
}
|
|
||||||
|
|
||||||
article {
|
article {
|
||||||
& h2 {
|
& h2 {
|
||||||
margin: 0 0 var(--sizing-xs);
|
margin: 0 0 var(--sizing-xs);
|
||||||
|
|
Reference in a new issue