]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+page-not-found/page-not-found.component.scss
Add delete & re-draft for comments without replies
[github/Chocobozzz/PeerTube.git] / client / src / app / +page-not-found / page-not-found.component.scss
index 7b7ff005ac1c7e04fc80344c604e20fe732c41f2..660f4c3b8a8b9209bb7e30a1ec7fbcde1697796a 100644 (file)
@@ -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;
+    }
   }
 }