This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 09bb3dec0da fix: update blog style (#1895)
09bb3dec0da is described below
commit 09bb3dec0da0c2a5601fc984b7990a73452bf173
Author: litesun <[email protected]>
AuthorDate: Wed Apr 16 08:40:29 2025 +0800
fix: update blog style (#1895)
---
blog/src/theme/BlogLayout/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog/src/theme/BlogLayout/index.tsx
b/blog/src/theme/BlogLayout/index.tsx
index 5b9c431a6af..eac13cac0a8 100644
--- a/blog/src/theme/BlogLayout/index.tsx
+++ b/blog/src/theme/BlogLayout/index.tsx
@@ -107,7 +107,7 @@ const BlogLayout: FC<Props> = (props) => {
<BlogSidebar sidebar={sidebar!} />
</aside>
)}
- <div className={clsx({ col: true, 'col--10': toc })}>{children}</div>
+ <div className={clsx({ col: true, 'col--9': toc })}>{children}</div>
</div>
</div>
</Layout>