Skip to content

Commit 9fd1222

Browse files
authored
404 page ui update (Codeception#313)
1 parent b06accd commit 9fd1222

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

404.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
permalink: /404.html
55
---
66

7-
<h1>Page not found.</h1>
8-
<p>Sorry – the page you're looking for doesn't exist.</p>
9-
<p>Perhaps you typed the URL incorrectly, or it may have moved.</p>
10-
<p><a href="/">Back To Home</a></p>
7+
<div class="container container-error">
8+
<h1>Page not found.</h1>
9+
<p>Sorry – the page you're looking for doesn't exist.</p>
10+
<p>Perhaps you typed the URL incorrectly, or it may have moved.</p>
11+
<p><a href="/">Back To Home</a></p>
12+
</div>>
1113

1214

css/codeception.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,4 +1593,9 @@ body #footer .links {
15931593

15941594
.panel-group--phar pre {
15951595
margin-bottom: 0;
1596+
}
1597+
1598+
.container-error {
1599+
margin: 80px auto;
1600+
text-align: center;
15961601
}

0 commit comments

Comments
 (0)