From 56ac7a631a8bd9ca66a49bccc5e2c68d94d8b3a7 Mon Sep 17 00:00:00 2001 From: Matt Swieboda Date: Sun, 14 Jun 2020 02:45:05 -0500 Subject: [PATCH] clean up last fields styling --- react/src/App.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/react/src/App.scss b/react/src/App.scss index 36a0398..c180084 100644 --- a/react/src/App.scss +++ b/react/src/App.scss @@ -62,6 +62,12 @@ a, } } -form .field { - margin: 0 5px 15px 5px; +form { + .field { + margin: 0 5px 15px 5px; + + &:last-child { + margin: 0 5px; + } + } }