diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css index 2f00bc0fb..a261d0432 100644 --- a/docs/.vitepress/theme/index.css +++ b/docs/.vitepress/theme/index.css @@ -16,6 +16,13 @@ justify-content: center; } +@media (max-width: 640px) { + .VPHero .image-container { + max-width: 320px; + width: auto; + } +} + .VPHero .image img { max-height: 130px; max-width: none;