From 0860715927cf7e48d7862c339e27c402ff9fe12f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 6 Apr 2016 10:17:29 -0400 Subject: [PATCH] fixing syntax error --- scss/_gravityForms.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_gravityForms.scss b/scss/_gravityForms.scss index b67f5a8..4958814 100644 --- a/scss/_gravityForms.scss +++ b/scss/_gravityForms.scss @@ -10,5 +10,5 @@ @media #{$small-only} { #input_3_41, #input_3_24, #input_3_37{ width: 73%; - } - } \ No newline at end of file + } +} \ No newline at end of file -- 2.17.1