Add mascot to 404 page

pull/2215/head
Chocobozzz 2019-10-30 10:04:53 +01:00
parent 16fd7c4b86
commit 767619f639
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
8 changed files with 20 additions and 6 deletions

View File

@ -1,3 +1,7 @@
<div i18n>
Sorry, but we couldn't find the page you were looking for.
</div>
<div class="root">
<img src="/client/assets/images/mascot/defeated.png" alt="404 mascot">
<div class="text" i18n>
Sorry, we couldn't find the page you were looking for.
</div>
</div>

View File

@ -1,8 +1,18 @@
div {
.root {
height: 100%;
width: 100%;
text-align: center;
padding-top: 150px;
font-size: 32px;
}
img {
margin-bottom: 75px;
}
.text {
font-size: 30px;
}
@media screen and (max-height: 600px) {
padding-top: 50px;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB