Skip to content

Commit

Permalink
Typography | larger line-height for h2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cousin committed Mar 13, 2015
1 parent 3605b79 commit ab02cad
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/scss/components/typography/_heading.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
h1,
h2,
.Heading-title--1,
.Heading-title--2 {
line-height: $line-height--l;
}

h2,
h3,
h4,
Expand All @@ -9,6 +16,14 @@ h5,
margin-top: $base-line-height;
margin-bottom: $base-line-height;
font-weight: $font-weight--strong;
}

h3,
h4,
h5,
.Heading-title--3,
.Heading-title--4,
.Heading-title--5 {
line-height: $base-line-height;
}

Expand All @@ -18,7 +33,6 @@ h1,
margin-bottom: $line-height--l;
font-size: rem(40px);
font-weight: $base-font-weight;
line-height: $line-height--l;
}

h2,
Expand Down

0 comments on commit ab02cad

Please sign in to comment.