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 @@

Fleet Premium

For orgs with multiple compliance standards

-

Up to 500 hosts*

+

Up to 500 hosts

$3500/month

@@ -59,7 +59,7 @@

Fleet Ultimate

For orgs with large deployments

-

Over 500 hosts*

+

Over 500 hosts

${{ estimatedUltimateCostPerHost.toFixed(2) }}/host

@@ -163,6 +163,7 @@
+

Additional hosts beyond the contracted quantity will be invoiced at the agreed upon per-host rate as specified in a contract or order form.

@@ -345,7 +346,6 @@
-

* 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() %>