Merge branch 'main' of git@github.com:cdransf/coryd.dev.git

This commit is contained in:
Cory Dransfeldt 2024-04-26 23:18:57 -04:00
commit 84c8e7f94b
5 changed files with 33 additions and 17599 deletions

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);
}
}
@ -258,7 +258,7 @@ nav ul li .active svg:hover {
/* layout */
.default-wrapper {
padding-top: var(--sizing-3xl);
padding-top: var(--sizing-2xl);
}
.main-wrapper {
@ -501,12 +501,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);