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",
|
||||
"version": "12.9.10",
|
||||
"version": "12.9.11",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -200,8 +200,8 @@ th {
|
|||
line-height: 1.25;
|
||||
margin: 0;
|
||||
padding-bottom: var(--sizing-md);
|
||||
font-size: var(--font-size-2xl);
|
||||
line-height: var(--line-height-2xl);
|
||||
font-size: var(--font-size-3xl);
|
||||
line-height: var(--line-height-3xl);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -503,12 +503,6 @@ li {
|
|||
max-width: 768px;
|
||||
}
|
||||
|
||||
.main-title h1,
|
||||
.page-header {
|
||||
font-size: var(--font-size-3xl);
|
||||
line-height: var(--line-height-3xl);
|
||||
}
|
||||
|
||||
article {
|
||||
& h2 {
|
||||
margin: 0 0 var(--sizing-xs);
|
||||
|
|
Reference in a new issue