diff --git a/docs/.vitepress/theme/DynamicAds.vue b/docs/.vitepress/theme/DynamicAds.vue index 02079e8..3a3cbeb 100644 --- a/docs/.vitepress/theme/DynamicAds.vue +++ b/docs/.vitepress/theme/DynamicAds.vue @@ -64,7 +64,7 @@ onUnmounted(() => { .ad-image { max-width: 100%; - width: 200px; + width: 280px; height: auto; margin-bottom: 0.5rem; } diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index fcc8e90..3179728 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -6,4 +6,5 @@ :root { --vp-sidebar-width: 285px; --vp-sidebar-bg-color: var(--vp-c-bg-alt); -} \ No newline at end of file + --vp-aside-width: 300px; +}