Sfoglia il codice sorgente

fix: use -webkit-center as behavior

Carson 1 anno fa
parent
commit
7cd8761c2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);