Преглед изворни кода

fix: use -webkit-center as behavior

Carson пре 9 месеци
родитељ
комит
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);