From 58a20b3e96e0e382ec8d5d615959d3458c43b0e0 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Thu, 30 Nov 2017 23:42:34 -0800 Subject: [PATCH] plans: Change the positioning of the commercial hosting price. --- static/styles/landing-page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index bb1b149667..3f51406ebc 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -2415,7 +2415,7 @@ nav ul li.active::after { content: "$"; position: relative; vertical-align: top; - top: 3px; + top: 4px; left: -3px; font-size: 2rem; @@ -2425,7 +2425,7 @@ nav ul li.active::after { .pricing-model .pricing-container .text-content .price { display: inline-block; - margin-right: 15px; + margin-right: 2px; font-size: 3.5em; font-weight: 600;