From 3c75d4f1d01f8b9a67c41769855129c91314711c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Tue, 16 Dec 2025 14:49:14 +0800 Subject: [PATCH] docs: update docs style --- docs/.vitepress/theme/DynamicAds.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/DynamicAds.vue b/docs/.vitepress/theme/DynamicAds.vue index 2c7c6e7..02079e8 100644 --- a/docs/.vitepress/theme/DynamicAds.vue +++ b/docs/.vitepress/theme/DynamicAds.vue @@ -63,7 +63,8 @@ onUnmounted(() => { } .ad-image { - max-width: 130px; + max-width: 100%; + width: 200px; height: auto; margin-bottom: 0.5rem; }