Skip to content

Commit

Permalink
Fix quote font to be 'Work sans' non bold (#124)
Browse files Browse the repository at this point in the history
* Fix quote font to be 'Work sans' non bold

* Fix initial page again
  • Loading branch information
TobiasDeBruijn authored May 1, 2024
1 parent 83cfec4 commit 513a7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ body {
#quotePerson {
color: #dae1e3;
font-size: 50px;
font-weight: 400;
margin: 0 auto;
width: 80%;
text-align: center;
Expand All @@ -149,13 +150,12 @@ body {
#quoteText {
font-size: 70px;
margin: 0;
font-weight: 400;
width: 100%;
font-family: "Kalam", cursive;
}

#quotePerson {
margin-top: 50px;
font-family: "Kalam", cursive;
}

.quoteBackground {
Expand Down

0 comments on commit 513a7a7

Please sign in to comment.