]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+page-not-found/page-not-found.component.scss
Add mascot to 404 page
[github/Chocobozzz/PeerTube.git] / client / src / app / +page-not-found / page-not-found.component.scss
index f3f0354a3898007c819a968791e905145365e71a..7b7ff005ac1c7e04fc80344c604e20fe732c41f2 100644 (file)
@@ -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;
+  }
+}