Skip to content

Make error pages responsive

Takuya Noguchi requested to merge tnir/gitlab-foss:responsive-error-pages into master

What does this MR do?

This MR makes error pages responsive design and all users have better experiences on 404/422/500/502/503/in-deploy error.

Are there points in the code the reviewer needs to double check?

n/a

Why was this MR needed?

404/422/500/502/503/in-deploy error pages were designed only for PC and not good for mobile users.

What are the relevant issue numbers?

Closes #19345 (closed)

Screenshots (if relevant)

PC

improved-404-lg-v3

mobile

(with max-width: 40vw for img (@connorshea) and max-width: 800px for hr (@annabeldunstone) ) improved-404-xs-v3

Does this MR meet the acceptance criteria?

Merge request reports