diff --git a/app/assets/stylesheets/views/product-page.scss b/app/assets/stylesheets/views/product-page.scss index d256c10bd..23fc6a2c0 100644 --- a/app/assets/stylesheets/views/product-page.scss +++ b/app/assets/stylesheets/views/product-page.scss @@ -71,12 +71,23 @@ &-section { @extend %site-width-container; + margin-bottom: $gutter-half; h2 { @include bold-24; margin: $gutter-half 0 10px 0; } + h2 { + @include bold-36; + margin: 0 0 $gutter; + } + + .with-keyline { + border-top: 1px solid $border-colour; + padding: $gutter * 1.5 0 0 0; + } + img { max-width: 100%; margin: 0 0 $gutter * 1.5 0; diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 4149b9feb..ce74ab718 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -18,8 +18,8 @@ Send emails and text messages to your users
- If you work for a UK government department or agency you can - try GOV.UK Notify now. + Try GOV.UK Notify now if you work for a UK government + department or agency.
+ Track how many messages you’ve sent and + find out which ones aren’t getting delivered. +
- Use the web interface to upload a spreadsheet of - email addresses or phone numbers. + Upload a spreadsheet of email addresses or + phone numbers and Notify sends the messages.
- Integrate the GOV.UK Notify API with your web application or + Integrate the GOV.UK Notify API with your web application or back office system.