Skip to content

Commit

Permalink
Remove unnecesary negative margins for h1 and h2
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmeValera committed Oct 25, 2024
1 parent 2106c86 commit d52c882
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ main {
flex: 4;

h1 {
margin-left: -10px; /* Correction for margin of leftmost character. */
margin-bottom: 0.3em;
}

h2 {
margin-left: -4px; /* Correction for margin of leftmost character. */
margin-top: 0;
margin-bottom: 1.5rem;
}
Expand Down

0 comments on commit d52c882

Please sign in to comment.