nhsuk / nhsuk-frontend

NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.
https://nhsuk.github.io/nhsuk-frontend/
MIT License
619 stars 107 forks source link

Reduce error summary bottom margin #973

Closed edwardhorsford closed 2 months ago

edwardhorsford commented 3 months ago

Description

The current error summary bottom margin seems really large - it uses spacing 8 which produces 56px on desktop and 48px on mobile. I suspect this might not be intentional - govuk uses spacing 8, but their spacing scale is different so they get 30px on mobile and 50px on desktop. This sets us to 32px on mobile and 48px on desktop.

Desktop

Before After
errorSummary-desktop-before errorSummary-desktop-after

Mobile

Before After
errorSummary-mobile-before errorSummary-mobile-after

Checklist