From baf6596d232661a9461e41f4fe2c267aaeb91585 Mon Sep 17 00:00:00 2001 From: EoinShaughnessy <72507742+EoinShaughnessy@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:13:07 +0100 Subject: [PATCH] Update src/styles/layout/index.md.njk Co-authored-by: Calvin Lau <77630796+calvin-lau-sig7@users.noreply.github.com> --- src/styles/layout/index.md.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/layout/index.md.njk b/src/styles/layout/index.md.njk index db5d66680e..c12faaf96d 100644 --- a/src/styles/layout/index.md.njk +++ b/src/styles/layout/index.md.njk @@ -13,7 +13,7 @@ show_page_nav: true Design for small screens first, starting with a single-column layout. -For most types of page, we recommend using either a 'two-thirds' or a 'two-thirds / one third layout'. That stops lines of text getting so long that the page becomes difficult to read on desktop devices. This would usually mean no more than 75 characters per line. +For most types of page, we recommend using either a 'two-thirds' or a 'two-thirds and one third layout'. That stops lines of text getting so long that the page becomes difficult to read on desktop devices. This would usually mean no more than 75 characters per line. Never make assumptions about what devices people are using. Design for different screen sizes rather than specific devices.