X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bpage-not-found%2Fpage-not-found.component.scss;h=660f4c3b8a8b9209bb7e30a1ec7fbcde1697796a;hb=f63c03fb6ecccb5ac8e0d88917f072339b38ffb5;hp=53b6142e15b4eaf5a19f5cf4a9bbb346179f23d3;hpb=4a7591e1a8ec5ffdff85580c6be4b18d8b85b4d4;p=github%2FChocobozzz%2FPeerTube.git 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 53b6142e1..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 @@ -1,8 +1,24 @@ -div { +.root { height: 100%; width: 100%; text-align: center; - margin-top: 150px; + padding-top: 150px; - font-size: 32px; -} \ No newline at end of file + img { + margin-bottom: 75px; + width: 220px; + height: auto; + } + + .text { + font-size: 30px; + } + + @media screen and (max-height: 600px) { + padding-top: 50px; + + img { + width: 160px; + } + } +}