diff --git a/website/assets/styles/pages/pricing.less b/website/assets/styles/pages/pricing.less index bbd356565c..2eacbac8e6 100644 --- a/website/assets/styles/pages/pricing.less +++ b/website/assets/styles/pages/pricing.less @@ -1,4 +1,5 @@ #pricing { + [purpose='page-content'] { padding-left: 0px; padding-right: 0px; @@ -104,6 +105,12 @@ color: #ff5c83; margin-bottom: 8px; } + a { + text-decoration: none; + font-size: 12px; + vertical-align: super; + color: #ff5c83; + } .show-estimated-price { color: @core-vibrant-blue; } diff --git a/website/views/pages/pricing.ejs b/website/views/pages/pricing.ejs index 8a82445051..694a16981f 100644 --- a/website/views/pages/pricing.ejs +++ b/website/views/pages/pricing.ejs @@ -20,7 +20,7 @@
Up to 500 hosts*
+Up to 500 hosts✝
Over 500 hosts*
+Over 500 hosts✝
✝ Additional hosts beyond the contracted quantity will be invoiced at the agreed upon per-host rate as specified in a contract or order form.
* Additional hosts beyond the contracted quantity will be invoiced at the agreed upon per-host rate as specified in a contract or order form.
<%- /* Expose locals as `window.SAILS_LOCALS` :: */ exposeLocalsToBrowser() %>