From 767619f639180d28532ffb4f7919668f3e5b5772 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 30 Oct 2019 10:04:53 +0100 Subject: Add mascot to 404 page --- .../app/+page-not-found/page-not-found.component.html | 10 +++++++--- .../app/+page-not-found/page-not-found.component.scss | 16 +++++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) (limited to 'client/src/app/+page-not-found') diff --git a/client/src/app/+page-not-found/page-not-found.component.html b/client/src/app/+page-not-found/page-not-found.component.html index 2934003ab..df3ea6739 100644 --- a/client/src/app/+page-not-found/page-not-found.component.html +++ b/client/src/app/+page-not-found/page-not-found.component.html @@ -1,3 +1,7 @@ -
- Sorry, but we couldn't find the page you were looking for. -
\ No newline at end of file +
+ 404 mascot + +
+ Sorry, we couldn't find the page you were looking for. +
+
diff --git a/client/src/app/+page-not-found/page-not-found.component.scss b/client/src/app/+page-not-found/page-not-found.component.scss index f3f0354a3..7b7ff005a 100644 --- a/client/src/app/+page-not-found/page-not-found.component.scss +++ b/client/src/app/+page-not-found/page-not-found.component.scss @@ -1,8 +1,18 @@ -div { +.root { height: 100%; width: 100%; text-align: center; padding-top: 150px; - font-size: 32px; -} \ No newline at end of file + img { + margin-bottom: 75px; + } + + .text { + font-size: 30px; + } + + @media screen and (max-height: 600px) { + padding-top: 50px; + } +} -- cgit v1.2.3