From 73bc6e7908ee0707d12a8f6addb0fdd02262a3fb Mon Sep 17 00:00:00 2001 From: Jack <6774432+jdabs@users.noreply.github.com> Date: Thu, 24 May 2018 14:55:50 -0400 Subject: [PATCH] Added padding for newsletter signup field --- css/homepage.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/css/homepage.css b/css/homepage.css index 93b404f..603b395 100644 --- a/css/homepage.css +++ b/css/homepage.css @@ -86,10 +86,9 @@ button:focus{ outline:none!important; } - - - - +input[name=email]{ + padding: 6px 10px +} #playerCard #playerName{ /* color: #464448; */ @@ -253,4 +252,4 @@ button:focus{ margin:6px; } -} \ No newline at end of file +}