]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-peertube/about-peertube.component.scss
Add peertube applications links in about page
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.scss
index 8fca53e90037b5756f089792e6b223349c378b4f..a43eb6fe163a939bb17d2856eb0b0ca011172eaf 100644 (file)
@@ -1,12 +1,23 @@
 @import '_variables';
 @import '_mixins';
 
+.root {
+  max-width: 1200px;
+  margin: auto;
+}
+
 .about-peertube-title {
-  font-size: 20px;
+  font-size: 25px;
+  text-align: center;
   font-weight: $font-semibold;
   margin-bottom: 15px;
 }
 
+.mascot {
+  display: block;
+  margin: 20px auto;
+}
+
 /deep/ .section-title {
   font-weight: $font-semibold;
   font-size: 20px;
 }
 
 .description {
-  margin-bottom: 30px;
+  text-align: center;
+}
+
+.documentation {
+  display: flex;
+  flex-wrap: wrap;
+  margin: 50px 0;
+  justify-content: center;
+
+  .card {
+    margin: 30px;
+    flex-basis: 300px;
+    font-size: 15px;
+  }
 }
 
 .description,
@@ -27,31 +51,19 @@ my-about-peertube-contributors {
   }
 }
 
-.p2p-privacy-title {
-  margin-top: 15px;
-}
-
 .privacy-contributors {
   display: flex;
-  flex-direction: row;
-
-  > div,
-  > my-about-peertube-contributors {
-    flex-basis: 100%;
-    display: block;
-  }
+  flex-direction: column;
 
   .p2p-privacy {
+    .section-title {
+      margin: 50px 0 20px;
+      text-align: center;
+    }
+
     h6 {
       font-size: 20px;
+      margin-top: 15px;
     }
   }
-
-  my-about-peertube-contributors {
-    margin: 0 40px 40px 0;
-  }
-
-  @media screen and (max-width: $small-view) {
-    flex-direction: column;
-  }
 }