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=7b7ff005ac1c7e04fc80344c604e20fe732c41f2;hpb=767619f639180d28532ffb4f7919668f3e5b5772;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 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 @@ img { margin-bottom: 75px; + width: 220px; + height: auto; } .text { @@ -14,5 +16,9 @@ @media screen and (max-height: 600px) { padding-top: 50px; + + img { + width: 160px; + } } }