diff --git a/static/css/base.css b/static/css/base.css index 6cf1c08..18573ad 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -182,6 +182,16 @@ footer { z-index: 99999; } +/*==========================*\ + *Mailchimp* +\*==========================*/ + +#mc_embed_signup { + background:#fff; + clear:left; + font:14px Helvetica,Arial,sans-serif; + width:600px; +} diff --git a/templates/base.html b/templates/base.html index 767049a..69b341b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,6 +19,8 @@ + + {% block extra_css %} @@ -145,10 +147,10 @@