aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+page-not-found/page-not-found.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-10-30 11:05:45 +0100
committerChocobozzz <me@florianbigard.com>2019-10-30 11:05:45 +0100
commite81461950ab4632e35d6467397ac1a1ccbbcf9d8 (patch)
treedd18c3eb7cba96019c0435ac56718ac0c128e6f6 /client/src/app/+page-not-found/page-not-found.component.scss
parent006b83927b62b4471a1ce8fd2e59282e89dccd6c (diff)
downloadPeerTube-e81461950ab4632e35d6467397ac1a1ccbbcf9d8.tar.gz
PeerTube-e81461950ab4632e35d6467397ac1a1ccbbcf9d8.tar.zst
PeerTube-e81461950ab4632e35d6467397ac1a1ccbbcf9d8.zip
Increase 404 mascot size
Diffstat (limited to 'client/src/app/+page-not-found/page-not-found.component.scss')
-rw-r--r--client/src/app/+page-not-found/page-not-found.component.scss6
1 files changed, 6 insertions, 0 deletions
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}