diff --git a/packages/fxa-content-server/app/styles/_layout.scss b/packages/fxa-content-server/app/styles/_layout.scss index 473b3608c8..765161bffc 100644 --- a/packages/fxa-content-server/app/styles/_layout.scss +++ b/packages/fxa-content-server/app/styles/_layout.scss @@ -89,6 +89,11 @@ margin-top: 24px; } +.fxa-404-p { + line-height: 1.5em; + margin: 0; +} + #static-footer { align-items: center; display: flex; diff --git a/packages/fxa-content-server/server/templates/pages/src/404.html b/packages/fxa-content-server/server/templates/pages/src/404.html index 5badacba1f..34a5963d31 100644 --- a/packages/fxa-content-server/server/templates/pages/src/404.html +++ b/packages/fxa-content-server/server/templates/pages/src/404.html @@ -23,10 +23,10 @@

{{#t}}Page not found{{/t}}

-
+

{{#t}}The page you requested is not found. We've been notified and will fix any links that may be broken.{{/t}} -

+

Page not found

-
+

The page you requested is not found. We've been notified and will fix any links that may be broken. -

+