Add mascot to 404 page
This commit is contained in:
parent
16fd7c4b86
commit
767619f639
|
@ -1,3 +1,7 @@
|
||||||
<div i18n>
|
<div class="root">
|
||||||
Sorry, but we couldn't find the page you were looking for.
|
<img src="/client/assets/images/mascot/defeated.png" alt="404 mascot">
|
||||||
</div>
|
|
||||||
|
<div class="text" i18n>
|
||||||
|
Sorry, we couldn't find the page you were looking for.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,8 +1,18 @@
|
||||||
div {
|
.root {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 150px;
|
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 |
Loading…
Reference in New Issue