瀏覽代碼

minor css fixes

Olivier Massot 5 年之前
父節點
當前提交
5aed95d9f5

+ 11 - 0
ot_templating/Resources/Public/assets/Classic/style/module/_content.scss

@@ -152,6 +152,12 @@ $cols-header-font-weight: $cols-header-font-weight;
     border-color: #BBB;
   }
 
+  .align-center {
+    display: flex;
+    flex-direction: row;
+    justify-content: center;
+  }
+
 }
 
 .centralcol {
@@ -193,4 +199,9 @@ $cols-header-font-weight: $cols-header-font-weight;
   p {
     font-size: 0.9em;
   }
+
+  .video-embed {
+    width: 640px;
+    height: 360px;
+  }
 }

+ 9 - 0
ot_templating/Resources/Public/assets/Classic/style/style.css

@@ -425,6 +425,11 @@ ul.dropdown-left {
   margin: 15px 5px;
   border-color: #BBB;
 }
+.content .align-center {
+  display: flex;
+  flex-direction: row;
+  justify-content: center;
+}
 
 .centralcol {
   flex: 1;
@@ -456,6 +461,10 @@ ul.dropdown-left {
 .leftcol p, .rightcol p {
   font-size: 0.9em;
 }
+.leftcol .video-embed, .rightcol .video-embed {
+  width: 640px;
+  height: 360px;
+}
 
 #footer {
   margin-top: 40px;

文件差異過大導致無法顯示
+ 0 - 0
ot_templating/Resources/Public/assets/Classic/style/style.css.map


部分文件因文件數量過多而無法顯示