Skip to content

Commit

Permalink
zero padding, margin for h3-6
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncostello committed Aug 1, 2016
1 parent c703a1e commit 8a60e3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,20 @@ h3 {
}

h4 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 21px;
}

h5 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 18px;
}

h6 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 16px;
}

Expand Down

0 comments on commit 8a60e3f

Please sign in to comment.