X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bpage-not-found%2Fpage-not-found.component.scss;h=7b7ff005ac1c7e04fc80344c604e20fe732c41f2;hb=767619f639180d28532ffb4f7919668f3e5b5772;hp=f3f0354a3898007c819a968791e905145365e71a;hpb=16fd7c4b86682f5407384c094fc909c5990562b2;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 f3f0354a3..7b7ff005a 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,18 @@ -div { +.root { height: 100%; width: 100%; text-align: center; padding-top: 150px; - font-size: 32px; -} \ No newline at end of file + img { + margin-bottom: 75px; + } + + .text { + font-size: 30px; + } + + @media screen and (max-height: 600px) { + padding-top: 50px; + } +}