openstreetmap-website
openstreetmap-website copied to clipboard
Refactor error layout with small styling enchancments
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 withmt-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.