Skip to content

Commit

Permalink
smaller site title, and more padding below main section
Browse files Browse the repository at this point in the history
  • Loading branch information
murdoch committed Dec 7, 2024
1 parent d7e235a commit 9202c60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ p > code {
color: inherit;
display: inline-block;
font-family: var(--font-serif);
font-size: 2.5rem;
font-size: 2rem;
line-height: 0.9;
text-decoration: none;
text-transform: lowercase;
}

.first-name {
display: block;
font-size: 2rem;
font-size: 1.5rem;
font-style: italic;
}

Expand All @@ -183,7 +183,7 @@ p > code {
}

main {
margin: 0 auto 4rem;
margin: 0 auto 6rem;
max-width: 1536px;
}

Expand Down

0 comments on commit 9202c60

Please sign in to comment.