From 58512df12464b7ee2e68800a6b6e8a19c7e412e8 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 21 Apr 2016 13:01:40 -0400 Subject: [PATCH] added padding for end page view --- public/modules/forms/css/form.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/modules/forms/css/form.css b/public/modules/forms/css/form.css index 74958774..e8638f14 100644 --- a/public/modules/forms/css/form.css +++ b/public/modules/forms/css/form.css @@ -102,8 +102,8 @@ div.form-fields { } div.form-submitted > .field.row { - padding-bottom: 10%; - padding-top: 2%; + padding-bottom: 2%; + margin-top: 35vh; } div.form-submitted > .field.row > div { font-size: 1.7em;