Skip to content

Commit

Permalink
reset headings' margin & padding
Browse files Browse the repository at this point in the history
  • Loading branch information
sounmind committed Jul 5, 2024
1 parent 7cefd20 commit d6cc184
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions global-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,13 @@ a:active {
a:focus {
outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}

0 comments on commit d6cc184

Please sign in to comment.