diff --git a/docs/.vitepress/theme/theme.css b/docs/.vitepress/theme/theme.css index d0edd206e..0e16a951f 100644 --- a/docs/.vitepress/theme/theme.css +++ b/docs/.vitepress/theme/theme.css @@ -29,3 +29,12 @@ .vp-doc img { border-radius: 12px; } + +.vp-doc h1 .VPBadge, +.vp-doc h2 .VPBadge, +.vp-doc h3 .VPBadge, +.vp-doc h4 .VPBadge, +.vp-doc h5 .VPBadge, +.vp-doc h6 .VPBadge { + vertical-align: middle; +}