2025 Design Refresh #5

Merged
wonderfulfrog merged 3 commits from feat/design-refresh-2025 into main 2025-05-30 13:40:43 -07:00
9 changed files with 4 additions and 11 deletions
Showing only changes of commit cbeb1a9a47 - Show all commits

Binary file not shown.

View file

@ -1,5 +1,6 @@
.site-logo .wordmark {
text-decoration: none;
margin-top: calc(-1 * var(--spacing-1));
}
.site-logo .logo img {

View file

@ -27,19 +27,11 @@ body {
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-family-display);
}
h1 {
font-size: 3rem;
font-family: var(--font-family-display);
font-weight: var(--font-weight-black);
letter-spacing: -0.05rem;
letter-spacing: -0.1rem;
line-height: 3rem;
}

File diff suppressed because one or more lines are too long