From 30d1e39838a8eb768a7666ef4e85092cc9bd082c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 12 Aug 2014 13:56:31 +0200 Subject: [PATCH] Not found page minor fixes --- app/partials/not-found.jade | 3 ++- app/styles/layout/not-found.scss | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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; }