diff --git a/css/_forms.scss b/css/_forms.scss index 1c2e3fc..7db5298 100755 --- a/css/_forms.scss +++ b/css/_forms.scss @@ -6,7 +6,7 @@ textarea { color: $base-colour; display: inline-block; font: inherit; - line-height: $base-margin-bottom * 1px; + line-height: $base-margin-bottom; padding: ($base-margin-bottom / 4) ($base-margin-bottom / 2); width: 208px; } @@ -19,11 +19,11 @@ input[type="radio"] { } textarea { - min-height: ($base-margin-bottom * 4) * 1px; + min-height: ($base-margin-bottom * 4); } .form__group { - margin-bottom: $base-margin-bottom * 1px; + margin-bottom: $base-margin-bottom; } .form__label { @@ -44,4 +44,4 @@ textarea { line-height: ($base-margin-bottom * 2) * 1px; padding: 0 $base-margin-bottom; width: auto; -} \ No newline at end of file +}