Skip to content

Commit 15227f3

Browse files
markdumayclaude
andcommitted
fix: improve 404 page layout with responsive centering
Update 404 error page to use Bootstrap grid classes for better responsive centering and constrained width on larger screens. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 467c397 commit 15227f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ $base := partial "utilities/GetStaticURL" (dict "url" "/") }}
33
<section class="container-fluid p-0 section-cover d-flex align-items-center">
44
<div class="container-xxl my-auto h-100">
5-
<div class="text-center">
5+
<div class="col-12 col-sm-8 col-md-6 text-center mx-auto">
66
<span class="text-secondary fw-bold">
77
{{ partial "assets/icon.html" (dict "icon" "fa face-frown fa-10x") }}
88
<p class="display-1 mt-3 fw-bold">404</p>

0 commit comments

Comments
 (0)