Replace grid-row with govuk-grid-row

Replaced all instances of `grid-row` in the HTML and JavaScript with
`govuk-grid-row`, which is the new GOV.UK Frontend class.
This commit is contained in:
Katie Smith
2020-03-06 11:11:41 +00:00
parent be48f3bac5
commit b9b9a138f9
135 changed files with 174 additions and 176 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Support</h1>
@@ -21,11 +21,11 @@
{% endcall %}
<p>You can also <a class="govuk-link govuk-link--no-visited-state" href="https://ukgovernmentdigital.slack.com/messages/C0E1ADVPC">contact us on Slack</a>.</p>
<h2 class="heading-medium">Office hours</h2>
<p>Our office hours are 9:30am to 5:30pm, Monday to Friday.</p>
<p>When you report a problem in office hours, well aim to read it within 30 minutes and reply within one working day.</p>
<h2 class="heading-medium">Out-of-hours</h2>
<p>Outside office hours, response times depend on whether youre reporting an emergency.</p>
<p>If its an emergency, well reply within 30 minutes and update you every hour until the problems fixed.</p>