]> 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 cd1364c142043797c95fc0e196fcf4e57fd2789f..a43eb6fe163a939bb17d2856eb0b0ca011172eaf 100644 (file)
@@ -1,6 +1,11 @@
 @import '_variables';
 @import '_mixins';
 
+.root {
+  max-width: 1200px;
+  margin: auto;
+}
+
 .about-peertube-title {
   font-size: 25px;
   text-align: center;
 }
 
 .description {
-  margin-bottom: 100px;
   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,
 .p2p-privacy,
 my-about-peertube-contributors {
@@ -34,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;
-  }
 }