Skip to content

Commit

Permalink
Adjust header font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjcfuller committed Mar 7, 2024
1 parent dbcb7cc commit 070fbcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion map/style.css.map

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions src/sass/partials/type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ body {

h1 {
font-weight: 900;
font-size: 2rem;
font-size: 2.5rem;
margin-bottom: 2rem;
max-width: 800px;
color: $tedred;
}

h2 {
font-size: 1.5rem;
font-size: 1.7rem;
font-weight: 700;
margin-bottom: 2rem;
color: #000;
Expand Down Expand Up @@ -65,6 +65,11 @@ h6 {
}
}

.entry-title,
.entry-header {
font-size: 3.5rem;
}

.type-intro,
.section-intro p {
font-size: 1.5rem;
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit 070fbcd

Please sign in to comment.