chore: font sizing

This commit is contained in:
Cory Dransfeldt 2024-04-26 22:57:14 -04:00
parent 43166e57fd
commit 2b49a99be5
No known key found for this signature in database
2 changed files with 3 additions and 9 deletions

View file

@ -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": {

View file

@ -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);