From 86c1312a05116fb404ab6ae90af37f78915f77b8 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 24 May 2024 18:05:04 +0300 Subject: [PATCH] docs: fix landing page mobile responsiveness --- docs/.vitepress/theme/index.css | 7 +++++++ 1 file changed, 7 insertions(+) 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;