Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin Lau <77630796+calvin-lau-sig7@users.noreply.github.com>
  • Loading branch information
EoinShaughnessy and calvin-lau-sig7 authored Aug 19, 2021
1 parent 1e5b538 commit 34a1b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/patterns/check-answers/index.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Check answers pages help to:

### Choose the right layout for the page

Many services ask users for short answers, which are suitable for a layout that takes up two-thirds of the screen. For example, the 'Check your answers before submitting your application' page included in this guidance.
Many services ask users for short answers, which are suitable for a layout that takes up two-thirds of the screen on desktop devices. For example, the 'Check your answers before submitting your application' page included in this guidance.

Using a two-thirds layout reduces line lengths, which makes text easier for some users to read. It also means the action links are closer to the other content on the page. This means users with screen magnifiers are less likely to miss the links.
Using a two-thirds layout stops lines of text getting so long that the page becomes difficult to read. [To learn more about line length, see ['Layout'](/styles/layout/). It also means the action links are closer to the other content on the page. This means users with screen magnifiers are less likely to miss the links.

However, if your service asks users for longer or more detailed answers, a full width layout may be more suitable.

Expand Down

0 comments on commit 34a1b5d

Please sign in to comment.