From e81461950ab4632e35d6467397ac1a1ccbbcf9d8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 30 Oct 2019 11:05:45 +0100 Subject: Increase 404 mascot size --- client/src/app/+page-not-found/page-not-found.component.html | 2 +- client/src/app/+page-not-found/page-not-found.component.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (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 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; + } } } -- cgit v1.2.3