Explorar o código

fix: use -webkit-center as behavior

Carson hai 1 ano
pai
achega
7cd8761c2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);