From 569d23d01f814282fdaa85d6caf4dfd5f64f3fc5 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Fri, 6 Mar 2015 22:45:25 +0000 Subject: [PATCH] Slight margin corrections on the input form --- public/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/style.css b/public/style.css index 3ba2713..4804df4 100644 --- a/public/style.css +++ b/public/style.css @@ -143,6 +143,11 @@ input:not([type=submit]):not([type=file]) { padding: 10px; font-size: 1.6rem; border: 0.5px solid #BEBEBE; + margin-top: 5px; +} + +.g-recaptcha { + margin-top: 5px; } input:not([type=submit]):not([type=file]):focus {