This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
The following commit(s) were added to refs/heads/main by this push: new 0f852cad88 UI: add margin between Blog header and body 0f852cad88 is described below commit 0f852cad88ed5c5ea6437b1c78a7f7ac4aaac138 Author: Dianjin Wang <wangdian...@gmail.com> AuthorDate: Thu Sep 18 11:40:27 2025 +0800 UI: add margin between Blog header and body --- src/theme/BlogPostItem/styles.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/theme/BlogPostItem/styles.module.scss b/src/theme/BlogPostItem/styles.module.scss index daf135e31e..40c1876251 100644 --- a/src/theme/BlogPostItem/styles.module.scss +++ b/src/theme/BlogPostItem/styles.module.scss @@ -6,6 +6,9 @@ } } .blogDetail { + header { + margin-bottom: 32px; + } .tags { display: flex; align-items: center; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org