From 21f972a3ec7d277276ff336179c218e8fdac198b Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Mon, 23 Jul 2018 13:32:56 -0400 Subject: [PATCH] Fix typo --- scss/elements/_inputs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/elements/_inputs.scss b/scss/elements/_inputs.scss index 8d47dfe8..39312b2b 100644 --- a/scss/elements/_inputs.scss +++ b/scss/elements/_inputs.scss @@ -4,7 +4,7 @@ * @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_inputs.scss */ - from { + form { margin-bottom: 3rem; }