Skip to content

Commit

Permalink
Add more to content section
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Mar 4, 2024
1 parent 55ff6ec commit 79e1e5b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/layout-example-site.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{% block content %}
<div class="tna-container">
<div class="tna-column tna-column--width-2-3 tna-column--full-small tna-column--full-tiny tna-section">
<div class="tna-column tna-column--width-2-3 tna-column--width-5-6-medium tna-column--full-small tna-column--full-tiny tna-section">
{{ contents | safe }}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ group: content
order: 4
---

[TODO]
Write content in a consistent and understandable way that makes it easier for users to use your service.
11 changes: 11 additions & 0 deletions src/content/style-guide/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: collection-page.njk
title: Style guide
group: content
---

Use the [GOV.UK style guide](https://www.gov.uk/guidance/style-guide) and [GOV.UK content design guidance](https://www.gov.uk/guidance/content-design) as a base.

## Symbols

- Use the word "and" instead of using ampersands (&)

0 comments on commit 79e1e5b

Please sign in to comment.