diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+page-not-found/page-not-found.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+page-not-found/page-not-found.component.scss | 6 |
2 files changed, 7 insertions, 1 deletions
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 @@ | |||
1 | <div class="root"> | 1 | <div class="root"> |
2 | <img src="/client/assets/images/mascot/defeated.png" alt="404 mascot"> | 2 | <img src="/client/assets/images/mascot/defeated.svg" alt="404 mascot"> |
3 | 3 | ||
4 | <div class="text" i18n> | 4 | <div class="text" i18n> |
5 | Sorry, we couldn't find the page you were looking for. | 5 | 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 @@ | |||
6 | 6 | ||
7 | img { | 7 | img { |
8 | margin-bottom: 75px; | 8 | margin-bottom: 75px; |
9 | width: 220px; | ||
10 | height: auto; | ||
9 | } | 11 | } |
10 | 12 | ||
11 | .text { | 13 | .text { |
@@ -14,5 +16,9 @@ | |||
14 | 16 | ||
15 | @media screen and (max-height: 600px) { | 17 | @media screen and (max-height: 600px) { |
16 | padding-top: 50px; | 18 | padding-top: 50px; |
19 | |||
20 | img { | ||
21 | width: 160px; | ||
22 | } | ||
17 | } | 23 | } |
18 | } | 24 | } |