X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Babout%2Fabout-peertube%2Fabout-peertube.component.scss;h=a43eb6fe163a939bb17d2856eb0b0ca011172eaf;hb=d8232bac6abfb70953229a4164395f05cec90b35;hp=cd1364c142043797c95fc0e196fcf4e57fd2789f;hpb=3d216ea0f74cfa47312b97bae0e24885b563dd6d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+about/about-peertube/about-peertube.component.scss b/client/src/app/+about/about-peertube/about-peertube.component.scss index cd1364c14..a43eb6fe1 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.scss +++ b/client/src/app/+about/about-peertube/about-peertube.component.scss @@ -1,6 +1,11 @@ @import '_variables'; @import '_mixins'; +.root { + max-width: 1200px; + margin: auto; +} + .about-peertube-title { font-size: 25px; text-align: center; @@ -20,10 +25,22 @@ } .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; - } }