소스 검색

video max-width=90%

visuddhinanda 3 년 전
부모
커밋
70bd0207d2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      dashboard/src/components/article/article.css

+ 4 - 0
dashboard/src/components/article/article.css

@@ -67,3 +67,7 @@ h6 {
 .pcd_article table img {
   background-color: transparent;
 }
+
+.pcd_article video {
+  max-width: 90%;
+}