mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 05:58:24 -04:00
Replace column-one-third with govuk-grid-column-one-third
Also replaces `column-third`, with `govuk-grid-column-one-third`, since this appears to be an alias of `column-one-third`.
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
<p>Used to show some important statistics.</p>
|
||||
|
||||
<div class="govuk-grid-row">
|
||||
<div class="column-one-third">
|
||||
<div class="govuk-grid-column-one-third">
|
||||
{{ big_number("567") }}
|
||||
</div>
|
||||
<div class="column-one-third">
|
||||
<div class="govuk-grid-column-one-third">
|
||||
{{ big_number("2", "Messages delivered") }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user