mirror of https://github.com/twbs/ratchet.git
connors
11 years ago
5 changed files with 33 additions and 5 deletions
After Width: | Height: | Size: 100 KiB |
@ -0,0 +1,21 @@ |
|||||||
|
// |
||||||
|
// Typography |
||||||
|
// -------------------------------------------------- |
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 { |
||||||
|
margin: 10px 15px; |
||||||
|
line-height: 1; |
||||||
|
} |
||||||
|
h1, .h1 { font-size: 36px; } |
||||||
|
h2, .h2 { font-size: 30px; } |
||||||
|
h3, .h3 { font-size: 24px; } |
||||||
|
h4, .h4 { font-size: 18px; } |
||||||
|
h5, .h5 { font-size: 14px; } |
||||||
|
h6, .h6 { font-size: 12px; } |
||||||
|
|
||||||
|
// Paragraphs |
||||||
|
p { |
||||||
|
margin: 10px 15px; |
||||||
|
font-size: 14px; |
||||||
|
color: #777; |
||||||
|
} |
Loading…
Reference in new issue