Skip to content

Commit a4bf6ef

Browse files
committed
match decimal placements in type.less
1 parent af871d5 commit a4bf6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

less/type.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ h2 { font-size: @baseFontSize * 2.25; } // ~32px
7676
h3 { font-size: @baseFontSize * 1.75; } // ~24px
7777
h4 { font-size: @baseFontSize * 1.25; } // ~18px
7878
h5 { font-size: @baseFontSize; }
79-
h6 { font-size: @baseFontSize * .85; } // ~12px
79+
h6 { font-size: @baseFontSize * 0.85; } // ~12px
8080

8181
h1 small { font-size: @baseFontSize * 1.75; } // ~24px
8282
h2 small { font-size: @baseFontSize * 1.25; } // ~18px

0 commit comments

Comments
 (0)