From 1cc411f19963b4678ed38437a9315257b1aa83de Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Mon, 20 Oct 2014 16:48:44 -0700 Subject: [PATCH] Tweaks to pricing. Still need a better name for Supporter plan --- sass/_project-sass/_project-Main.scss | 2 +- views/plan/_pricing.erb | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 143630b9..88d6e323 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -950,7 +950,7 @@ a.tag:hover { color:#4F7E89; } .plan-overview { - margin-top: 2.5em; + margin-top: 3.5em; margin-bottom: 2em; } .plan-overview .header { diff --git a/views/plan/_pricing.erb b/views/plan/_pricing.erb index c28d608f..5558e14c 100644 --- a/views/plan/_pricing.erb +++ b/views/plan/_pricing.erb @@ -4,10 +4,10 @@
- Personal + Free
- Supporters + Supporter
@@ -15,7 +15,7 @@
-

Free!

+

Free

$<%= Site::PLAN_FEATURES[:free][:price] %>
per month
Choose @@ -85,7 +85,7 @@
-

Compare Plans

+

Compare Plans

@@ -94,7 +94,7 @@

$<%= Site::PLAN_FEATURES[:free][:price] %>/mo

Choose -
+

Supporter

$<%= Site::PLAN_FEATURES[:supporter][:price] %>/mo

Choose