Skip to content

Commit

Permalink
fix h1 font
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 1, 2024
1 parent ca92317 commit 2b9e5a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/app/components/Hero/Hero.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
}

.heading {
max-width: 965px;
max-width: 58.75rem;
color: #224a58;
font-family: 'Source Sans Pro', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
Expand Down
1 change: 0 additions & 1 deletion src/app/custom-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ body {
}

h1 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 50.28px;
Expand Down

0 comments on commit 2b9e5a0

Please sign in to comment.