Update _vars.scss
This commit is contained in:
parent
e22780d504
commit
7102e89bdf
|
@ -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.
|
||||
// Custom colours etc.
|
||||
|
|
Loading…
Reference in New Issue