Skip to content

Commit

Permalink
Update styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Jun 21, 2024
1 parent a916965 commit d525ae5
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions assets/styles/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -2990,36 +2990,44 @@ body {
-webkit-font-smoothing: antialiased;
}
}
p {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
h1 {
font-size: 36px;
font-size: 2.25em;
font-weight: 800;
margin-top: 0;
margin-bottom: 14px;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
h2 {
font-size: 24px;
font-size: 1.5em;
font-weight: 700;
margin-top: 32px;
margin-bottom: 16px;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
h3 {
font-size: 20px;
font-size: 1.25em;
font-weight: 600;
margin-top: 26px;
margin-bottom: 10px;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
h4 {
font-weight: 600;
margin-top: 24px;
margin-bottom: 8px;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
h5,
h6 {
margin: 0;
}
p {
line-height: 30px;
margin-bottom: 30px;
x-line-height: 30px;
x-margin-bottom: 30px;
}
input,
textarea,
Expand Down

0 comments on commit d525ae5

Please sign in to comment.