]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
Improve channel card custom markup
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / custom-markup-container.component.scss
index 044db953694bc1c3fe575c1e66edebce56ea6343..862da7c18893333822837be417958cb3f1010d6b 100644 (file)
@@ -6,5 +6,15 @@
     h4 {
       margin-bottom: 0;
     }
+
+    .layout-row {
+      display: flex;
+      flex-direction: row;
+    }
+
+    .layout-column {
+      display: flex;
+      flex-direction: column;
+    }
   }
 }