diff options
Diffstat (limited to 'less/hero-unit.less')
| -rw-r--r-- | less/hero-unit.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/hero-unit.less b/less/hero-unit.less index 47f0a9583..f771fad02 100644 --- a/less/hero-unit.less +++ b/less/hero-unit.less @@ -8,7 +8,7 @@ margin-bottom: 30px; font-size: 18px; font-weight: 200; - line-height: @base-line-height * 1.5; + line-height: @line-height-base * 1.5; color: @heroUnitLeadColor; background-color: @heroUnitBackground; border-radius: 6px; @@ -20,6 +20,6 @@ letter-spacing: -1px; } li { - line-height: @base-line-height * 1.5; // Reset since we specify in type.less + line-height: @line-height-base * 1.5; // Reset since we specify in type.less } } |
