Skip to content

Commit 9c66727

Browse files
Add changelog entry
1 parent 27ded0d commit 9c66727

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ We've added styling for a blue button, to be used for login buttons, for example
2424

2525
This was added in [pull request #992: Add NHS login buttons](https://github.com/nhsuk/nhsuk-frontend/pull/992).
2626

27+
#### Add tablet specific grid column widths
28+
29+
We've added new classes to define different grid behaviour for the tablet and desktop breakpoints. For example, you can make a column one-half on tablet but expand to two-thirds on desktop sized screens.
30+
31+
```html
32+
<div class="nhsuk-grid-row">
33+
<div class="nhsuk-grid-column-one-half-from-tablet nhsuk-grid-column-two-thirds">
34+
<!-- Component -->
35+
</div>
36+
</div>
37+
```
38+
2739
#### Add Nunjucks macro option configs
2840

2941
We've added `macro-options.json` files to share component options with ports of NHS.UK frontend and the design system website.

0 commit comments

Comments
 (0)