]> 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 f3f0354a3898007c819a968791e905145365e71a..660f4c3b8a8b9209bb7e30a1ec7fbcde1697796a 100644 (file)
@@ -1,8 +1,24 @@
-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;
+    width: 220px;
+    height: auto;
+  }
+
+  .text {
+    font-size: 30px;
+  }
+
+  @media screen and (max-height: 600px) {
+    padding-top: 50px;
+
+    img {
+      width: 160px;
+    }
+  }
+}