From 201f25d484aab9aff48adc7d59ab9b652e8d0629 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sat, 25 May 2024 10:35:08 +0300 Subject: [PATCH] docs: fix image reponsiveness in safari --- docs/.vitepress/theme/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css index a261d0432..a5c16f0df 100644 --- a/docs/.vitepress/theme/index.css +++ b/docs/.vitepress/theme/index.css @@ -24,6 +24,7 @@ } .VPHero .image img { + width: 100%; max-height: 130px; max-width: none; position: static;