custom-doc.scss 198 B

123456789101112131415
  1. .vp-doc {
  2. figure {
  3. text-align: -webkit-center;
  4. figcaption {
  5. color: var(--vp-c-text-3);
  6. font-size: 0.875em;
  7. margin-top: 5px;
  8. }
  9. }
  10. video {
  11. margin: auto;
  12. }
  13. }