mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Make headings .heading-large instead of .heading-xlarge
This commit is contained in:
@@ -8,7 +8,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">{{ heading }}</h1>
|
||||
<h1 class="heading-large">{{ heading }}</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
<h1 class="heading-xlarge">Delete this service from GOV.UK Notify</h1>
|
||||
<h1 class="heading-large">Delete this service from GOV.UK Notify</h1>
|
||||
|
||||
<p>
|
||||
This can’t be undone. You will lose:
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Change your service name</h1>
|
||||
<h1 class="heading-large">Change your service name</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Request to go live</h1>
|
||||
<h1 class="heading-large">Request to go live</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -7,7 +7,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Temporarily suspend API keys</h1>
|
||||
<h1 class="heading-large">Temporarily suspend API keys</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
Reference in New Issue
Block a user