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,9 +8,6 @@
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large"> <h1 class="heading-large">
Revoke API key Revoke API key
</h1> </h1>
@@ -22,9 +19,6 @@
You cant undo this. You cant undo this.
</p> </p>
</div>
</div>
<form method="post"> <form method="post">
{{ page_footer( {{ page_footer(
'Revoke this API key', 'Revoke this API key',

View File

@@ -8,8 +8,6 @@
{% 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
@@ -20,9 +18,6 @@
once you leave this page. once you leave this page.
</p> </p>
</div>
</div>
{{ api_key(secret, key_name) }} {{ api_key(secret, key_name) }}
{{ page_footer( {{ page_footer(

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 %}