openstreetmap-website icon indicating copy to clipboard operation
openstreetmap-website copied to clipboard

Refactor error layout with small styling enchancments

Open kcne opened this issue 6 months ago • 0 comments

This PR addresses parts of #3532 by making the error layout more consistent with the rest of the site's UI.

Changes:

  • Encapsulated meta tags into the layouts/head partial for better organization.
  • Applied Bootstrap's container class to the <body> for a consistent layout.
  • Added a main element with mt-4 to improve spacing.
  • Introduced a "Home" button with btn btn-primary to facilitate easier navigation.

These updates enhance the overall design and user experience of the error pages.

Screenshots:

Before

Screenshot 2024-08-29 at 20 34 27

After

Screenshot 2024-08-29 at 20 35 04 Screenshot 2024-08-29 at 20 35 19

kcne avatar Aug 29 '24 18:08 kcne