Skip to content

Commit

Permalink
Merge pull request #32 from shrop/add-mailchimp
Browse files Browse the repository at this point in the history
Added some spacing and more text styling to the mailchimp link
  • Loading branch information
shrop committed Jan 16, 2013
2 parents c60d252 + b99d328 commit f6e5d93
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion www/index.php
Expand Up @@ -18,7 +18,17 @@
text-align: center; text-align: center;
} }
.logo { margin: 75px 0 20px 0; } .logo { margin: 75px 0 20px 0; }
.mailchimp {font-family: Arial; color: #fff;} .mailchimp {
font-family: Helvetica;
text-decoration: none;
padding-top: 50px;
}
.mailchimp a {
color: #fff;
}
.mailchimp a:hover {
text-decoration: underline;
}
/* /*
Animate.css - http://daneden.me/animate Animate.css - http://daneden.me/animate
Expand Down

0 comments on commit f6e5d93

Please sign in to comment.