diff --git a/static/no-change/404.html b/static/no-change/404.html index 5de1ae4..7c62e5c 100644 --- a/static/no-change/404.html +++ b/static/no-change/404.html @@ -20,17 +20,24 @@ background-color: #b7455e; } - h1 { + div { + text-align: center; + } + + h1, + a { font-family: 'Roboto', 'Helvetica Neue', sans-serif; font-weight: 100; font-size: 3rem; color: white; - text-align: center; - padding: 0.5rem; + padding: 2rem; }
-