Skip to content

Commit c42f335

Browse files
Use reading width for school moves introduction
1 parent d6ee775 commit c42f335

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

app/views/school_moves/index.html.erb

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<%= h1 "School moves", size: "xl" %>
22

3-
<div class="nhsuk-grid-row">
4-
<div class="nhsuk-grid-column-two-thirds">
5-
<p>When imported records or a new consent response indicates that a child has changed
6-
school, Mavis flags this as a school move.</p>
7-
<p>You can then review the new information and confirm the school move or ignore it.</p>
3+
<div class="nhsuk-u-reading-width">
4+
<p>When imported records or a new consent response indicates that a child has changed school, Mavis flags this as a school move.</p>
5+
<p>You can then review the new information and confirm the school move or ignore it.</p>
86

9-
<%= govuk_button_to "Download records", school_move_exports_path, class: "app-button--secondary nhsuk-u-margin-bottom-5" %>
10-
</div>
7+
<%= govuk_button_to "Download records", school_move_exports_path, class: "app-button--secondary nhsuk-u-margin-bottom-5" %>
118
</div>
129

1310
<% if @school_moves.any? %>

0 commit comments

Comments
 (0)