Add credit
[oweals/peertube.git] / client / src / app / app.component.scss
index 2d0487cd8d2d918ce1d8aa9860cd9c7aca48ca55..f11552ef6d9c511388f106fc81a3aaf432cbb8d2 100644 (file)
     margin-top: 0;
     margin-bottom: 0;
 
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    text-align: center;
+
     a {
       color: inherit !important;
+      display: block;
+      background: url(/client/assets/logo.png) no-repeat;
+      background-size: contain;
+      width: 180px;
+      height: 22px;
+      margin: auto;
 
       &:hover {
         color: inherit !important;