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

View File

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

View File

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