There was an error while loading. Please reload this page.
1 parent b06accd commit 9fd1222Copy full SHA for 9fd1222
2 files changed
404.html
@@ -4,9 +4,11 @@
4
permalink: /404.html
5
---
6
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>
+<div class="container container-error">
+ <h1>Page not found.</h1>
+ <p>Sorry – the page you're looking for doesn't exist.</p>
+ <p>Perhaps you typed the URL incorrectly, or it may have moved.</p>
11
+ <p><a href="/">Back To Home</a></p>
12
+</div>>
13
14
css/codeception.css
@@ -1593,4 +1593,9 @@ body #footer .links {
1593
1594
.panel-group--phar pre {
1595
margin-bottom: 0;
1596
+}
1597
+
1598
+.container-error {
1599
+ margin: 80px auto;
1600
+ text-align: center;
1601
}
0 commit comments