diff --git a/lib/chiya_web/controllers/error_html/404.html.heex b/lib/chiya_web/controllers/error_html/404.html.heex index dffc557..5bc960c 100644 --- a/lib/chiya_web/controllers/error_html/404.html.heex +++ b/lib/chiya_web/controllers/error_html/404.html.heex @@ -5,9 +5,9 @@ - - <.header> - <:title>Not found + + <.header class="mx-auto max-w-2xl"> + Not found <:subtitle>This page went away and never came back. diff --git a/lib/chiya_web/controllers/error_html/500.html.heex b/lib/chiya_web/controllers/error_html/500.html.heex index 9e23369..66d3b65 100644 --- a/lib/chiya_web/controllers/error_html/500.html.heex +++ b/lib/chiya_web/controllers/error_html/500.html.heex @@ -5,9 +5,9 @@ - - <.header> - <:title>Infernal Server Error + + <.header class="mx-auto max-w-2xl"> + Infernal Server Error <:subtitle>Server got hot and went to hell.