diff --git a/app/partials/not-found.jade b/app/partials/not-found.jade index 82511783..d1268d28 100644 --- a/app/partials/not-found.jade +++ b/app/partials/not-found.jade @@ -1,5 +1,6 @@ div.error-main div.error-container + img(src="/images/logo.png", alt="Taiga") h1 Not found - p.error-text Error 404. The page you are looking for no longer exists. Perhaps you can return back to the homepage and see if you can find what you are looking for. + p.error-text Error 404. The page you are looking for no longer exists. Perhaps you can return back to TAIGA homepage and see if you can find what you are looking for. a(href="#", title="") Go back to login diff --git a/app/styles/layout/not-found.scss b/app/styles/layout/not-found.scss index 9d7cf350..99f5fcb4 100644 --- a/app/styles/layout/not-found.scss +++ b/app/styles/layout/not-found.scss @@ -8,10 +8,13 @@ top: 0; z-index: 999; .error-container { - @include table-flex-child(0, 650px, 0, 650px); + @include table-flex-child(0, 600px, 0, 600px); color: $white; text-align: center; } + img { + margin-bottom: 3rem; + } h1 { color: $white; }