From e81461950ab4632e35d6467397ac1a1ccbbcf9d8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 30 Oct 2019 11:05:45 +0100 Subject: [PATCH] Increase 404 mascot size --- .../page-not-found.component.html | 2 +- .../page-not-found.component.scss | 6 + client/src/assets/images/mascot/defeated.svg | 324 ++++++++++++++++++ 3 files changed, 331 insertions(+), 1 deletion(-) create mode 100644 client/src/assets/images/mascot/defeated.svg 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 df3ea6739..37e382b2c 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,5 +1,5 @@
- 404 mascot + 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 7b7ff005a..660f4c3b8 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 @@ -6,6 +6,8 @@ img { margin-bottom: 75px; + width: 220px; + height: auto; } .text { @@ -14,5 +16,9 @@ @media screen and (max-height: 600px) { padding-top: 50px; + + img { + width: 160px; + } } } diff --git a/client/src/assets/images/mascot/defeated.svg b/client/src/assets/images/mascot/defeated.svg new file mode 100644 index 000000000..57798334c --- /dev/null +++ b/client/src/assets/images/mascot/defeated.svg @@ -0,0 +1,324 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.41.0