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 15:16:52 +01:00
parent 93a1f194e9
commit bdf5bd51b6
3 changed files with 16 additions and 32 deletions
@@ -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 %}