From 7102e89bdfaff3d107846a7585e21e403924ada7 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Tue, 18 Feb 2014 11:42:46 +0000 Subject: [PATCH] Update _vars.scss --- css/_vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_vars.scss b/css/_vars.scss index 6ff43ef..5ffd846 100755 --- a/css/_vars.scss +++ b/css/_vars.scss @@ -6,7 +6,7 @@ $base-background-colour: #fff; $base-font-stack: 'Helvetica Neue', Helvetica, Arial, sans-serif; $base-font-size: 16; $base-line-height: 1.5; -$base-margin-bottom: $base-font-size * $base-line-height; +$base-margin-bottom: ($base-font-size * $base-line-height) * 1px; // Media Queries @@ -18,4 +18,4 @@ $max-width: 940px; $grid-columns: 12; $gutter: 20; -// Custom colours etc. \ No newline at end of file +// Custom colours etc.