ministryofjustice / justice-gov-uk

Justice UK website
https://www.justice.gov.uk/
MIT License
2 stars 0 forks source link

Mobile layout #165

Closed EmilyHazlehurst closed 4 months ago

EmilyHazlehurst commented 4 months ago
wilson1000 commented 4 months ago

Hi @EmilyHazlehurst thanks 😄 Can you help me with this one... is the following statement correct?

This PR provides a basic implementation of width control on devices to solve screen coverage issues, providing a more coherent layout when viewed on a small screen.

EmilyHazlehurst commented 4 months ago

Hi @EmilyHazlehurst thanks 😄 Can you help me with this one... is the following statement correct?

This PR provides a basic implementation of width control on devices to solve screen coverage issues, providing a more coherent layout when viewed on a small screen.

@wilson1000 that's correct, it's a really tiny change that just extends the width of the page. So, this: Screenshot 2024-05-21 at 10 24 14

To this: Screenshot 2024-05-21 at 10 27 08

And then a fix for the related links banner on the /courts/procedure-rules/civil page: Screenshot 2024-05-21 at 10 28 38

To stop it overflowing: Screenshot 2024-05-21 at 10 28 52

Nothing major, but should hopefully improve mobile readability a little bit :)