From 5141bf895ea031c5765bf2982e3be854f477e6eb Mon Sep 17 00:00:00 2001 From: gliechtenstein Date: Tue, 11 Jul 2017 19:15:46 -0400 Subject: [PATCH] Website update --- index.html | 1 + website/components/mailchimp/form.html | 1 + website/style.css | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a57440a6..05a89970 100644 --- a/index.html +++ b/index.html @@ -47,6 +47,7 @@

Subscribe to Newsletter

+

Stay updated on milestones, new projects, and useful tips from the community

diff --git a/website/components/mailchimp/form.html b/website/components/mailchimp/form.html index 634164cb..9c4b4066 100644 --- a/website/components/mailchimp/form.html +++ b/website/components/mailchimp/form.html @@ -2,6 +2,7 @@

Subscribe to Newsletter

+

Stay updated on milestones, new projects, and useful tips from the community

diff --git a/website/style.css b/website/style.css index 4d3c6c66..06f9fa59 100644 --- a/website/style.css +++ b/website/style.css @@ -14,7 +14,7 @@ input.email { max-width: 500px; border-radius: 5px; background: #f0f0f0; - padding: 10px 20px; + padding: 20px 20px 10px; margin: 0 auto; } .align-right{