소스 검색

fix: use -webkit-center as behavior

Carson 1 년 전
부모
커밋
7cd8761c2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .vitepress/theme/custom-doc.scss

+ 1 - 1
.vitepress/theme/custom-doc.scss

@@ -1,6 +1,6 @@
 .vp-doc {
   figure {
-    text-align: center;
+    text-align: -webkit-center;
 
     figcaption {
       color: var(--vp-c-text-3);