diff --git a/404.html b/404.html index 77ea5b7df..3b0d6d029 100644 --- a/404.html +++ b/404.html @@ -24,69 +24,15 @@
-
- -
-
- 4
- - - - - - - - - - - -
4 -
- - -
-

Plot twist!

-
-
There's nothing here...

-
Back to Graphing Libraries documentation
-
+ -
-{% include layouts/helpbox.html %} {% include layouts/_footer-main.html %} diff --git a/all_static/css/main.css b/all_static/css/main.css index 112f3a83e..5b32d4c53 100644 --- a/all_static/css/main.css +++ b/all_static/css/main.css @@ -971,6 +971,8 @@ pre { margin-bottom: 30px; } .page404-txt { + min-height: 60vh; + text-align: center; font-weight: 300; font-size: 16px; } .page404-txt br { @@ -9602,6 +9604,15 @@ section > .nav-breadcrumb-container { width: 100%; } -.\--wrap-inner{ - padding-bottom: 65px; +.page404-txt{ + margin-top: 200px; +} + +.page404-txt > a { + color: #506784; + text-decoration: underline; +} + +.page404-txt > a:hover { + color: #0D67BF !important; } \ No newline at end of file