Remove 2/3rds and 3/4 columns

These columns make the line length too short, and the text less
readable.
This commit is contained in:
Chris Hill-Scott
2016-09-07 12:56:30 +01:00
parent 93a1f194e9
commit bdf5bd51b6
3 changed files with 16 additions and 32 deletions

View File

@@ -8,22 +8,16 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
Revoke API key
</h1>
<h1 class="heading-large">
Revoke API key
</h1>
<p>
{{ key_name }} will no longer let you connect to GOV.UK Notify.
</p>
<p>
You cant undo this.
</p>
</div>
</div>
<p>
{{ key_name }} will no longer let you connect to GOV.UK Notify.
</p>
<p>
You cant undo this.
</p>
<form method="post">
{{ page_footer(

View File

@@ -8,20 +8,15 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
New API key
</h1>
<h1 class="heading-large">
New API key
</h1>
<p>
Copy your key to somewhere safe. You wont be able to see it again
once you leave this page.
</p>
</div>
</div>
<p>
Copy your key to somewhere safe. You wont be able to see it again
once you leave this page.
</p>
{{ api_key(secret, key_name) }}

View File

@@ -8,9 +8,6 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-three-quarters">
<h1 class="heading-large">Request to go live</h1>
<p>
@@ -60,7 +57,5 @@
{{ page_footer('Request to go live') }}
</form>
</div>
</div>
{% endblock %}