From 69ec4f50a9b5439b22291870174ce41c6c438485 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 1 Feb 2016 22:34:57 -0500 Subject: Fix line-height --- _sass/_syntax.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/_syntax.scss b/_sass/_syntax.scss index 0d75790..388b4c1 100644 --- a/_sass/_syntax.scss +++ b/_sass/_syntax.scss @@ -4,7 +4,8 @@ pre.highlight { .highlight { margin-bottom: 1.5em; - @include font(12); + @include font-rem(12); + line-height: 1.5; color: #d0d0d0; border: 1px solid darken($body-color, 5); background-color: #272822; -- cgit v1.2.3