From 49300b65782a56f9b6d6d04b4289250ee7eae153 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 16 May 2024 16:25:12 +0900 Subject: [PATCH] Fix mobile styles with kawaii logo --- docs/.vitepress/theme/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css index 293e702a..2f00bc0f 100644 --- a/docs/.vitepress/theme/index.css +++ b/docs/.vitepress/theme/index.css @@ -12,6 +12,8 @@ .VPHero .image-container { transform: none; height: auto; + display: flex; + justify-content: center; } .VPHero .image img { @@ -23,6 +25,7 @@ .VPHero .image img.uwu { max-height: 290px; + max-width: 80vw; } .VPHero .container .actions {