From cf0c33dcce43fa822cffcf97b2171874a7ce16ce Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 18 Feb 2019 16:37:34 -0500 Subject: [PATCH] cleaning up some of the space in the enews signup flyout --- css/app.css | 2 +- scss/plugins/_enews-sticky.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index d5d976f..ac69408 100644 --- a/css/app.css +++ b/css/app.css @@ -8291,7 +8291,7 @@ body #glm-enews-sticky { body #glm-enews-sticky .form-wrapper .gform_wrapper .gform_title { margin-top: 0; } body #glm-enews-sticky .form-wrapper .gform_wrapper #field_3_2 { - margin-top: 0; } + margin-top: -25px; } body #glm-enews-sticky .form-wrapper .enews-handle { background: #5E8F72; position: absolute; diff --git a/scss/plugins/_enews-sticky.scss b/scss/plugins/_enews-sticky.scss index a047806..25d74f5 100644 --- a/scss/plugins/_enews-sticky.scss +++ b/scss/plugins/_enews-sticky.scss @@ -50,7 +50,7 @@ body{ margin-top: 0; } #field_3_2{ - margin-top: 0; + margin-top: -25px; } } .enews-handle{ -- 2.17.1