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; }