From ba961d0cad18c634b8af4a14767a5cc81a64370e Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 7 Feb 2017 08:01:31 -0800 Subject: [PATCH] Voux fixes --- e107_themes/voux/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/e107_themes/voux/style.css b/e107_themes/voux/style.css index 5b819bd9d..a7243bc8e 100644 --- a/e107_themes/voux/style.css +++ b/e107_themes/voux/style.css @@ -472,14 +472,13 @@ display: inline-block; } .subscribe-box .block { - padding: 20px 30px; + padding: 20px 0px; border: 1px solid #f0f0f0; margin: 20px auto; - width: 1080px; } form#newsletter { padding-top:30px } -form#newsletter #email { width: 70%; height:43px; margin-right:-3px;border:none; font-size: 15px; font-family: Playfair Display; +form#newsletter #email { min-width: 300px; height:43px; margin-right:-3px;border:none; font-size: 15px; font-family: Playfair Display; font-style: italic; }