From 407fe027762c63bac17e15c3f3338b62f84ac14b Mon Sep 17 00:00:00 2001 From: EoinShaughnessy Date: Wed, 8 Dec 2021 15:04:48 +0000 Subject: [PATCH] Add hyphen to mention of layout type --- 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 b46eabe542..cb9b553ed8 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 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. +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.