Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
s4wny committed May 1, 2015
1 parent eaf23dd commit 53dad40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scss/_headers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ h4 {
}

h5 {
font-size: 0.8 * $em;
font-size: .8 * $em;
font-weight: bold;
text-transform: uppercase;
margin-top: $em;
text-transform: uppercase;
}

h6 {
font-size: 0.8 * $em;
font-size: .8 * $em;
font-weight: bold;
text-transform: uppercase;
margin-top: $em;
text-transform: uppercase;
color: $gray;
}
}

0 comments on commit 53dad40

Please sign in to comment.