Skip to content

Commit

Permalink
fix: Better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed Nov 9, 2021
1 parent cd9cd6a commit 9ec7b84
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/css/nota.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,24 +121,23 @@ h1, h2, h3, h4, h5, h6, code {
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
margin: 1.2rem 0;
}

h1, h2 {
font-family: "Poppins";
font-weight: 500;
font-size: 4.5rem;
color: var(--title-color);
margin: 0;
margin: 2rem 0;
}

h2 {
font-size: 3.2rem;
margin: 1.6rem 0;
font-size: 3.2rem 0;
}

h3 {
font-size: 2.1rem;
margin: 0 0 0.8rem 0;
}

h4 {
Expand Down

0 comments on commit 9ec7b84

Please sign in to comment.