Skip to content

Commit

Permalink
Remove excessive top h1 margins
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgessler committed Jan 30, 2024
1 parent fd470a7 commit 74edba3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ select {

.flow h1 {
font-size: var(--size-7xl);
margin-top: 5em;
margin-top: 2em;
}

h2 {
Expand Down Expand Up @@ -131,6 +131,7 @@ code {
text-decoration: none;
border-radius: 3px;
border: 1px solid var(--color-border);
word-break: break-all;
}

.highlight {
Expand All @@ -142,6 +143,7 @@ code {
position: relative;
border-radius: 5px;
white-space: pre-wrap;
overflow: scroll;
font-size: 0.85em;
}

Expand Down Expand Up @@ -228,7 +230,7 @@ body {

main {
margin: auto;
max-width: 50rem;
max-width: 40rem;
padding: 1.5rem;
}

Expand Down

0 comments on commit 74edba3

Please sign in to comment.