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

Commit

Permalink
Merge pull request #85 from richtr/stylez
Browse files Browse the repository at this point in the history
Improve layout of nested headings in articles (h2-h4)
  • Loading branch information
Vadim Makeev committed Apr 28, 2014
2 parents 38ea37b + b449bc7 commit a8a59a8
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 a8a59a8

Please sign in to comment.