]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-peertube/about-peertube.component.scss
Add mascot in peertube about page
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.scss
index 8fca53e90037b5756f089792e6b223349c378b4f..cd1364c142043797c95fc0e196fcf4e57fd2789f 100644 (file)
@@ -2,11 +2,17 @@
 @import '_mixins';
 
 .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;
@@ -14,7 +20,8 @@
 }
 
 .description {
-  margin-bottom: 30px;
+  margin-bottom: 100px;
+  text-align: center;
 }
 
 .description,