diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bcaaf55 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 + +[*.{css,html}] +indent_style = space +indent_size = 2 diff --git a/sass/_main.scss b/sass/_main.scss index b87ec12..fd37372 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -667,3 +667,11 @@ img { .icon { vertical-align: -.125rem; } + +.not-found { + width: 100%; + padding-top: 1rem; + padding-right: 35%; + padding-left: 35%; + padding-bottom: 1rem; +} diff --git a/static/404.gif b/static/404.gif index 71761e0..be1cb54 100644 Binary files a/static/404.gif and b/static/404.gif differ diff --git a/static/404.png b/static/404.png index 077281e..5f14088 100644 Binary files a/static/404.png and b/static/404.png differ diff --git a/templates/404.html b/templates/404.html index 63f095b..777ddf9 100644 --- a/templates/404.html +++ b/templates/404.html @@ -3,7 +3,7 @@ {% block content %} - +

Page Not Found