Skip to content

Commit 5b65b1b

Browse files
Update examples
1 parent 9c66727 commit 5b65b1b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

app/components/all.njk

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@
185185
}) }}
186186
</li>
187187
</ul>
188+
188189
<div class="nhsuk-grid-row">
189-
<div class="nhsuk-grid-column-two-thirds">
190+
<div class="nhsuk-grid-column-two-thirds-from-tablet nhsuk-grid-column-one-half">
190191

191192
{% call card({
192193
"heading": "If you need help now, but it’s not an emergency",
@@ -195,6 +196,10 @@
195196
<p class="nhsuk-card__description">Go to <a href="#">111.nhs.uk</a> or <a href="#">call 111</a>.</p>
196197
{% endcall %}
197198

199+
</div>
200+
201+
<div class="nhsuk-grid-column-two-thirds-from-tablet nhsuk-grid-column-one-half">
202+
198203
{{ card({
199204
"href": "#",
200205
"clickable": "true",
@@ -203,6 +208,12 @@
203208
"description": "A quick guide for people who have care and support needs and their carers."
204209
}) }}
205210

211+
</div>
212+
</div>
213+
214+
<div class="nhsuk-grid-row">
215+
<div class="nhsuk-grid-column-two-thirds">
216+
206217
{{ card({
207218
"imgURL": "https://assets.nhs.uk/prod/images/A_0218_exercise-main_FKW1X7.width-690.jpg",
208219
"href": "#",

0 commit comments

Comments
 (0)