From 240a607d7539eb53902d9c10faec13e5dfe9c0e6 Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 20 Aug 2020 00:12:53 +0300 Subject: [PATCH] 404 page ui update --- 404.html | 10 ++++++---- css/codeception.css | 5 +++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/404.html b/404.html index 39dff6d61..986cd1f23 100644 --- a/404.html +++ b/404.html @@ -4,9 +4,11 @@ permalink: /404.html --- -

Page not found.

-

Sorry – the page you're looking for doesn't exist.

-

Perhaps you typed the URL incorrectly, or it may have moved.

-

Back To Home

+
+

Page not found.

+

Sorry – the page you're looking for doesn't exist.

+

Perhaps you typed the URL incorrectly, or it may have moved.

+

Back To Home

+
> diff --git a/css/codeception.css b/css/codeception.css index 246c57091..2fe31e78c 100644 --- a/css/codeception.css +++ b/css/codeception.css @@ -1593,4 +1593,9 @@ body #footer .links { .panel-group--phar pre { margin-bottom: 0; +} + +.container-error { + margin: 80px auto; + text-align: center; } \ No newline at end of file