Skip to content

Commit f173c47

Browse files
author
Jeff Escalante
committed
Merge pull request #141 from Coobaha/master
vertical-rhytm and typography fix for small element
2 parents 3d71f4a + a7d62da commit f173c47

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

axis/reset.styl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ normalize-css()
7474
h6
7575
font-size: 0.67em
7676
margin: 2.33em 0
77+
h1
78+
h2
79+
h3
80+
h4
81+
h5
82+
h6
83+
p
84+
blockquote
85+
figcaption
86+
small
87+
line-height: 1
7788

7889
abbr[title]
7990
border-bottom: 1px dotted

axis/vertical-rhythm.styl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,17 @@ baseline-normalize()
285285
adjust-font-size-to: h6-font-size
286286
leader: 1, h6-font-size
287287
trailer: 1, h6-font-size
288+
h1
289+
h2
290+
h3
291+
h4
292+
h5
293+
h6
294+
p
295+
blockquote
296+
figcaption
297+
small
298+
line-height: 1
288299

289300
abbr[title]
290301
border-bottom: 1px dotted

0 commit comments

Comments
 (0)