Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Improve layout of nested headings (h2-h4)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtr committed Apr 28, 2014
1 parent 10c54c5 commit b449bc7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
h2, h3, h4 {
clear:both;
margin:32px 0 16px;
font-size:24px;
}
h2 {
font-size:24px;
}
h3 {
font-size:22px;
}
h4 {
font-size:18px;
font-weight: bold;
}
// Paragraph
p {
Expand Down

0 comments on commit b449bc7

Please sign in to comment.