diff --git a/app/assets/stylesheets/views/product-page.scss b/app/assets/stylesheets/views/product-page.scss index 76061619e..9db7456e4 100644 --- a/app/assets/stylesheets/views/product-page.scss +++ b/app/assets/stylesheets/views/product-page.scss @@ -81,7 +81,7 @@ margin-bottom: $gutter-half; h2 { - @include bold-36; + @include bold-27; margin: 0 0 $gutter; } @@ -97,4 +97,9 @@ } + &-big-number { + @include bold-48($tabular-numbers: true); + margin: 0 0 0 0; + } + } diff --git a/app/templates/views/pricing.html b/app/templates/views/pricing.html index 367e4687e..103044f7e 100644 --- a/app/templates/views/pricing.html +++ b/app/templates/views/pricing.html @@ -26,7 +26,7 @@
  • Up to 306 characters = 2 text messages
  • Up to 459 characters = 3 text messages
  • -
  • Standard text message rate: 1.65p + VAT
  • +
  • Standard text message rate: 1.65 pence + VAT
  • diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index cc97cc276..9ef90bbd2 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -95,7 +95,49 @@ -

    +
    +
    +

    Who’s using GOV.UK Notify

    +
    +
    +

    Services

    +
    23
    + services +
    +
    +

    Departments

    +
    14
    + departments +
    +
    +
    +
    +
    +
    +

    Pricing

    +
    +
    +

    Emails

    +
    Unlimited
    + free emails +
    +
    +

    Text messages

    +
    250,000
    + free text messages a year, then + 1.65 pence per message +
    +
    +
    +
    +

    + There’s no monthly charge, no setup fee and no procurement process. +

    +
    +
    +
    +
    +

    diff --git a/app/templates/views/usage.html b/app/templates/views/usage.html index 37794f1b4..e5d5f64b1 100644 --- a/app/templates/views/usage.html +++ b/app/templates/views/usage.html @@ -37,7 +37,7 @@ {% if sms_chargeable %} {{ big_number( sms_chargeable, - 'at {:.2f}p per message'.format(sms_rate * 100), + 'at {:.2f} pence per message'.format(sms_rate * 100), smaller=True ) }} {% endif %}